Update modules_commande.php

don't display specific version
This commit is contained in:
BENKE Charles
2014-06-06 15:30:33 +02:00
parent 37c908aa99
commit f806b4373a

View File

@@ -142,6 +142,7 @@ abstract class ModeleNumRefCommandes
if ($this->version == 'development') return $langs->trans("VersionDevelopment");
if ($this->version == 'experimental') return $langs->trans("VersionExperimental");
if ($this->version == 'dolibarr') return DOL_VERSION;
if ($this->version) return $this->version;
return $langs->trans("NotAvailable");
}
}