Skip to content
Snippets Groups Projects
Commit fcabec83 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Modif esthtique mineure

parent 459cb554
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ class DolibarrModules
if ($this->dbversion == 'experimental') return $langs->trans("Experimental");
elseif ($this->dbversion == 'dolibarr') return DOL_VERSION;
elseif ($this->dbversion) return $this->dbversion;
else return $langs->trans("Unknown");
else return "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment