Fix: Edit propal line was losing product supplier price id

Conflicts:
	ChangeLog
This commit is contained in:
Christophe Battarel 2013-09-08 21:51:08 +02:00 committed by Laurent Destailleur
parent 5b91e27a85
commit 9fa37fc5f1
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ Fix: Mailing module : if an email is already in destinaires list all other email
Fix: Localtaxes balance not showing
Fix: Intervention box links to contracts id
Fix: Compatiblity with multicompany module
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;