Skip to content

Commit 6190098

Browse files
authored
Fix type casting for TVA tax in addline method
tva_tx should not be casting to float
1 parent dabda44 commit 6190098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/contrat/card.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
$desc,
680680
(float) $pu_ht,
681681
(float) $qty,
682-
(float) $tva_tx,
682+
$tva_tx,
683683
$localtax1_tx,
684684
$localtax2_tx,
685685
$idprod,

0 commit comments

Comments
 (0)