Debug v21

This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-30 00:57:03 +01:00
parent 85547f7594
commit 5d0758c02c
2 changed files with 3 additions and 0 deletions

View File

@ -1506,6 +1506,8 @@ class Form
global $user, $langs;
global $hookmanager;
$langs->loadLangs(array("companies", "suppliers"));
$out = '';
$num = 0;
$outarray = array();

View File

@ -44,6 +44,7 @@ if (!defined('NOREQUIRESOC')) {
// Load Dolibarr environment
require '../../main.inc.php';
require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
/**
* @var Conf $conf
* @var DoliDB $db