Merge pull request #14387 from bafbes/abb120133
fix: fetch reception on supplier order dispatch fetch
This commit is contained in:
commit
e8b5453976
@ -290,6 +290,8 @@ class CommandeFournisseurDispatch extends CommonObject
|
|||||||
$this->batch = $obj->batch;
|
$this->batch = $obj->batch;
|
||||||
$this->eatby = $this->db->jdate($obj->eatby);
|
$this->eatby = $this->db->jdate($obj->eatby);
|
||||||
$this->sellby = $this->db->jdate($obj->sellby);
|
$this->sellby = $this->db->jdate($obj->sellby);
|
||||||
|
$this->fk_reception = $obj->fk_reception;
|
||||||
|
|
||||||
$this->fetch_optionals();
|
$this->fetch_optionals();
|
||||||
}
|
}
|
||||||
$this->db->free($resql);
|
$this->db->free($resql);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user