Fix: Edit propal line was losing product supplier price id
This commit is contained in:
parent
2e79e750e9
commit
508fbb2b0d
@ -14,7 +14,7 @@ Fix: Fix bug with canvas thirdparty
|
|||||||
Fix: [ bug #1037 ] Consumption> Supplier invoices related
|
Fix: [ bug #1037 ] Consumption> Supplier invoices related
|
||||||
Fix: User group name do not display in card (view or edit mode)
|
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: 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.* *****
|
***** ChangeLog for 3.4 compared to 3.3.* *****
|
||||||
For users:
|
For users:
|
||||||
|
|||||||
@ -2924,7 +2924,7 @@ class PropaleLigne
|
|||||||
if (empty($this->info_bits)) $this->info_bits=0;
|
if (empty($this->info_bits)) $this->info_bits=0;
|
||||||
if (empty($this->special_code)) $this->special_code=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_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;
|
if (empty($this->pa_ht)) $this->pa_ht=0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user