Merge pull request #4659 from IonAgorria/fix-propal-fetch-date
Fix line fetch not converting dates
This commit is contained in:
commit
e0f7e3dece
@ -1413,8 +1413,8 @@ class Propal extends CommonObject
|
|||||||
$line->fk_product_type = $objp->fk_product_type;
|
$line->fk_product_type = $objp->fk_product_type;
|
||||||
$line->fk_unit = $objp->fk_unit;
|
$line->fk_unit = $objp->fk_unit;
|
||||||
|
|
||||||
$line->date_start = $objp->date_start;
|
$line->date_start = $this->db->jdate($objp->date_start);
|
||||||
$line->date_end = $objp->date_end;
|
$line->date_end = $this->db->jdate($objp->date_end);
|
||||||
|
|
||||||
|
|
||||||
// Multicurrency
|
// Multicurrency
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user