Debug v24

This commit is contained in:
Laurent Destailleur 2026-07-27 04:28:59 +02:00
parent 76a83ac9ec
commit e9cc5499ff
2 changed files with 2 additions and 2 deletions

View file

@ -1254,7 +1254,7 @@ if ($mode == 'common' || $mode == 'commonkanban') {
}
$urltogo = $_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&token='.newToken().'&module_position='.$module_position.'&action=set&token='.newToken().'&value='.$modName.'&mode='.$mode.$param;
$popupWidth = 500;
$popupWidth = 600;
$popupHeight = 300;
$codeenabledisable .= '<!-- Message to show: '.$warningmessage.' -->'."\n";
$codeenabledisable .= '<a class="reposition" id="idqualified'.$objMod->numero.'" data-alreadyclicked="0" href="'.$urltogo.'"';

View file

@ -49,7 +49,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
require_once DOL_DOCUMENT_ROOT.'/blockedlog/lib/blockedlog.lib.php';
// Load translation files required by the page
$langs->loadLangs(array("install", "other", "admin"));
$langs->loadLangs(array("blockedlog", "install", "other", "admin"));
$action = GETPOST('action', 'aZ09');