diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index ffb93216cae..fce7e0607cd 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4895,8 +4895,12 @@ class Form $disabled=false; $title=''; if (is_object($societe_vendeuse) && $societe_vendeuse->id == $mysoc->id && $societe_vendeuse->tva_assuj == "0") { - $title=' title="'.$langs->trans('VATIsNotUsed').'"'; - $disabled=true; + // 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)) + { + $title=' title="'.$langs->trans('VATIsNotUsed').'"'; + $disabled=true; + } } if (! $options_only) $return.= '