Suppression de la mise en forme du prix
This commit is contained in:
parent
b1288002d3
commit
b7d3ae7052
@ -146,7 +146,7 @@ class Facture {
|
||||
$faclig = new FactureLigne();
|
||||
$faclig->desc = stripslashes($objp->description);
|
||||
$faclig->qty = $objp->qty;
|
||||
$faclig->price = price($objp->price);
|
||||
$faclig->price = $objp->price;
|
||||
$faclig->tva_taux = $objp->tva_taux;
|
||||
$this->lignes[$i] = $faclig;
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user