From 8830a71b1d35c3a503a16ee8f84948da8cc41b38 Mon Sep 17 00:00:00 2001 From: Maximilien Rozniecki Date: Thu, 11 May 2023 14:41:49 +0200 Subject: [PATCH] Fix of a missing $conf --- htdocs/core/class/html.formaccounting.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formaccounting.class.php b/htdocs/core/class/html.formaccounting.class.php index 3437d4fa050..965c6c4f13f 100644 --- a/htdocs/core/class/html.formaccounting.class.php +++ b/htdocs/core/class/html.formaccounting.class.php @@ -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();