Merge pull request #14387 from bafbes/abb120133

fix: fetch reception on supplier order dispatch fetch
This commit is contained in:
Laurent Destailleur 2020-08-07 12:07:24 +02:00 committed by GitHub
commit e8b5453976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,9 @@ 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->fetch_optionals(); $this->fk_reception = $obj->fk_reception;
$this->fetch_optionals();
} }
$this->db->free($resql); $this->db->free($resql);