Merge pull request #24743 from MaximilienR-easya/dev_Fix_missing_conf_in_function

Fix of a missing $conf
This commit is contained in:
Laurent Destailleur 2023-05-12 19:07:19 +02:00 committed by GitHub
commit 370c718b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,6 +454,7 @@ class FormAccounting extends Form
public function select_auxaccount($selectid, $htmlname = 'account_num_aux', $showempty = 0, $morecss = 'minwidth100 maxwidth300 maxwidthonsmartphone', $usecache = '', $labelhtmlname = '')
{
// phpcs:enable
global $conf;
$aux_account = array();