Skip to content

Commit

Permalink
Update html.form.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 13, 2018
1 parent 8bd2efe commit 3484b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/core/class/html.form.class.php
Expand Up @@ -4895,7 +4895,8 @@ function load_tva($htmlname='tauxtva', $selectedrate='', $societe_vendeuse='', $
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;
}
Expand Down

0 comments on commit 3484b50

Please sign in to comment.