Local Taxes: Works in Propals

This commit is contained in:
Juanjo Menent
2010-06-21 08:13:01 +00:00
parent ad8440d276
commit 8638fe142b
2 changed files with 8 additions and 4 deletions

View File

@@ -656,8 +656,8 @@ class Commande extends CommonObject
$this->lines[$i]->subprice,
$this->lines[$i]->qty,
$this->lines[$i]->tva_tx,
$this->lines[$i]->localtax1,
$this->lines[$i]->localtax2,
$this->lines[$i]->localtax1_tx,
$this->lines[$i]->localtax2_tx,
$this->lines[$i]->fk_product,
$this->lines[$i]->remise_percent,
$this->lines[$i]->info_bits,