fix: fetch reception on supplier order dispatch fetch

This commit is contained in:
bahfir abbes 2020-08-05 08:35:49 +01:00
parent 0ada919f65
commit 6e16a8a544

View File

@ -290,7 +290,9 @@ class CommandeFournisseurDispatch extends CommonObject
$this->batch = $obj->batch;
$this->eatby = $this->db->jdate($obj->eatby);
$this->sellby = $this->db->jdate($obj->sellby);
$this->fetch_optionals();
$this->fk_reception = $obj->fk_reception;
$this->fetch_optionals();
}
$this->db->free($resql);