Code enhanced - Standardize field name

This commit is contained in:
Alexandre SPANGARO 2021-02-21 22:10:00 +01:00
parent 5fd2f33ade
commit 818a826c3e

View File

@ -3237,6 +3237,7 @@ abstract class CommonObject
if ($this->element == 'expensereport') $fieldtva = 'total_tva';
if ($this->element == 'supplier_proposal') $fieldtva = 'total_tva';
if ($this->element == 'commande') $fieldtva = 'total_tva';
if ($this->element == 'commande_fournisseur') $fieldtva = 'total_tva';
if (empty($nodatabaseupdate))
{