FIX missing global $conf

This commit is contained in:
Regis Houssin 2020-03-03 16:26:57 +01:00 committed by GitHub
parent 5e6ee7888c
commit 945641a05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -969,6 +969,8 @@ class ExpenseReport extends CommonObject
public function fetch_lines()
{
// phpcs:enable
global $conf;
$this->lines=array();
$sql = ' SELECT de.rowid, de.comments, de.qty, de.value_unit, de.date, de.rang,';