mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v21
This commit is contained in:
parent
85547f7594
commit
5d0758c02c
|
|
@ -1506,6 +1506,8 @@ class Form
|
|||
global $user, $langs;
|
||||
global $hookmanager;
|
||||
|
||||
$langs->loadLangs(array("companies", "suppliers"));
|
||||
|
||||
$out = '';
|
||||
$num = 0;
|
||||
$outarray = array();
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user