Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
This commit is contained in:
commit
ec4533142a
@ -919,7 +919,6 @@ if ($mode == 'common' || $mode == 'commonkanban') {
|
|||||||
if ($objMod->needUpdate) {
|
if ($objMod->needUpdate) {
|
||||||
$versionTitle = $langs->trans('ModuleUpdateAvailable').' : '.$objMod->lastVersion;
|
$versionTitle = $langs->trans('ModuleUpdateAvailable').' : '.$objMod->lastVersion;
|
||||||
print '<span class="badge badge-warning classfortooltip" title="'.dol_escape_htmltag($versionTitle).'">'.$versiontrans.'</span>';
|
print '<span class="badge badge-warning classfortooltip" title="'.dol_escape_htmltag($versionTitle).'">'.$versiontrans.'</span>';
|
||||||
$foundoneexternalmodulewithupdate++;
|
|
||||||
} else {
|
} else {
|
||||||
print $versiontrans;
|
print $versiontrans;
|
||||||
}
|
}
|
||||||
@ -937,6 +936,9 @@ if ($mode == 'common' || $mode == 'commonkanban') {
|
|||||||
|
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
}
|
}
|
||||||
|
if ($objMod->needUpdate) {
|
||||||
|
$foundoneexternalmodulewithupdate++;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($action == 'checklastversion') {
|
if ($action == 'checklastversion') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user