2
0
forked from Wavyzz/dolibarr

Code enhanced - Standardize field name #14697

This commit is contained in:
Alexandre SPANGARO
2021-02-20 08:00:27 +01:00
parent 994dde91da
commit 3dcfe40e71
11 changed files with 19 additions and 15 deletions

View File

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