From 5d5add641b3015efcd9486c9a93edb053d309502 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2018 09:58:23 +0100 Subject: [PATCH] Fix scrutinizer --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index fce7e0607cd..800fa6e59d1 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4896,7 +4896,7 @@ class Form if (is_object($societe_vendeuse) && $societe_vendeuse->id == $mysoc->id && $societe_vendeuse->tva_assuj == "0") { // Override/enable VAT for expense report regardless of global setting - needed if expense report used for business expenses - if (empty($conf->global->OVERRIDE_VAT_FOR_EXPENSE_REPORT)) + if (empty($conf->global->OVERRIDE_VAT_FOR_EXPENSE_REPORT)) { $title=' title="'.$langs->trans('VATIsNotUsed').'"'; $disabled=true;