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 = new FactureLigne();
|
||||||
$faclig->desc = stripslashes($objp->description);
|
$faclig->desc = stripslashes($objp->description);
|
||||||
$faclig->qty = $objp->qty;
|
$faclig->qty = $objp->qty;
|
||||||
$faclig->price = price($objp->price);
|
$faclig->price = $objp->price;
|
||||||
$faclig->tva_taux = $objp->tva_taux;
|
$faclig->tva_taux = $objp->tva_taux;
|
||||||
$this->lignes[$i] = $faclig;
|
$this->lignes[$i] = $faclig;
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user