2
0
forked from Wavyzz/dolibarr

Debug v20

This commit is contained in:
Laurent Destailleur
2024-05-14 11:50:52 +02:00
parent 7e02ad1b0c
commit eacae6206b
2 changed files with 10 additions and 0 deletions

View File

@@ -615,6 +615,15 @@ if ($mode == 'feature') {
$text .= '<br>';
$text .= '<br><strong>'.$langs->trans("AddWebsiteTemplates").':</strong> ';
if (isset($objMod->module_parts) && isset($objMod->module_parts['websitetemplates']) && $objMod->module_parts['websitetemplates']) {
$text .= $langs->trans("Yes");
} else {
$text .= '<span class="opacitymedium">'.$langs->trans("No").'</span>';
}
$text .= '<br>';
$text .= '<br><strong>'.$langs->trans("AddOtherPagesOrServices").':</strong> ';
$text .= '<span class="opacitymedium">'.$langs->trans("DetectionNotPossible").'</span>';
}