mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
@@ -478,6 +478,7 @@ class ExternalModules
|
||||
|
||||
// Set and check version
|
||||
$version = '';
|
||||
$compatible = '';
|
||||
if ($product["status"] == 'soon') {
|
||||
$version = '<span class="warning">'.$langs->trans("NotYetAvailable").'</span>';
|
||||
} elseif ($this->versionCompare($product["dolibarr_min"], $dolibarrversiontouse) <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user