2
0
forked from Wavyzz/dolibarr

FIX Delete of doc and package in modulebuilder

This commit is contained in:
Laurent Destailleur
2022-03-11 16:21:28 +01:00
parent 11d18fae4a
commit f72f71a972
4 changed files with 29 additions and 13 deletions

View File

@@ -120,7 +120,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL >= 2) {
print '<tr class="oddeven">';
print '<td>'.$langs->trans("UseAboutPage").'</td>';
print '<td class="center">';
print '<td>';
if ($conf->use_javascript_ajax) {
print ajax_constantonoff('MODULEBUILDER_USE_ABOUT');
} else {