Skip to content
Snippets Groups Projects
Commit 386eaf09 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: bad sql request

parent be529e72
No related branches found
No related tags found
No related merge requests found
......@@ -3088,6 +3088,7 @@ class PropaleLigne extends CommonObject
if (empty($this->special_code)) $this->special_code=0;
if (empty($this->fk_parent_line)) $this->fk_parent_line=0;
if (empty($this->fk_fournprice)) $this->fk_fournprice=0;
if (empty($this->subprice)) $this->subprice=0;
if (empty($this->pa_ht)) $this->pa_ht=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment