2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' into 14a21

This commit is contained in:
Laurent Destailleur
2021-02-22 11:18:07 +01:00
committed by GitHub
10 changed files with 45 additions and 49 deletions

View File

@@ -3234,6 +3234,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 == 'order_supplier') $fieldtva = 'total_tva';
if (empty($nodatabaseupdate))
{