mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-16 09:54:26 +01:00
Update modules_commande.php
don't display specific version
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user