Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-03-21 18:22:17 +01:00
parent 65133164bd
commit 47eb256b82

View File

@ -1303,7 +1303,6 @@ if (empty($reshook))
$tva_tx = $lines[$i]->tva_tx; $tva_tx = $lines[$i]->tva_tx;
$amountdeposit[$tva_tx] += ($lines[$i]->total_ht * $valuedeposit) / 100; $amountdeposit[$tva_tx] += ($lines[$i]->total_ht * $valuedeposit) / 100;
} }
} }
if($totalamount == 0) { if($totalamount == 0) {