Fix syntax error

This commit is contained in:
Laurent Destailleur 2020-12-17 14:06:54 +01:00
parent 539afb88fe
commit 9cd211a79b

View File

@ -784,7 +784,6 @@ foreach ($listofreferent as $key => $value)
} }
if ($margin != "add") { // Revert sign if ($margin != "add") { // Revert sign
{
$total_ht = -$total_ht; $total_ht = -$total_ht;
$total_ttc = -$total_ttc; $total_ttc = -$total_ttc;
} }