Fix of a missing $conf

This commit is contained in:
Maximilien Rozniecki 2023-05-11 14:41:49 +02:00
parent a900a6c968
commit 8830a71b1d

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();