Fix: Edit propal line was losing product supplier price id

This commit is contained in:
Christophe Battarel
2013-09-08 13:09:08 +02:00
parent 2e79e750e9
commit 508fbb2b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Fix: Fix bug with canvas thirdparty
Fix: [ bug #1037 ] Consumption> Supplier invoices related
Fix: User group name do not display in card (view or edit mode)
Fix: Link "Show all supplier invoice" on suplier card not working
Fix: Edit propal line was losing product supplier price id
***** ChangeLog for 3.4 compared to 3.3.* *****
For users:

View File

@@ -2924,7 +2924,7 @@ class PropaleLigne
if (empty($this->info_bits)) $this->info_bits=0;
if (empty($this->special_code)) $this->special_code=0;
if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
if (empty($this->fk_parent_line)) $this->fk_fournprice=0;
if (empty($this->fk_fournprice)) $this->fk_fournprice=0;
if (empty($this->pa_ht)) $this->pa_ht=0;