Merge pull request #23041 from FliyFly/ScrutinizerReassortlot

Fix(Scrutinizer) reassortlot
This commit is contained in:
Laurent Destailleur 2022-11-29 23:46:46 +01:00 committed by GitHub
commit e247feb873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,7 +635,7 @@ while ($i < $imaxinloop) {
$product_static->status_batch = $objp->tobatch;
$product_lot_static->batch = $objp->batch;
$product_lot_static->product_id = $objp->rowid;
$product_lot_static->fk_product = $objp->rowid;
$product_lot_static->id = $objp->lotid;
$product_lot_static->eatby = $objp->eatby;
$product_lot_static->sellby = $objp->sellby;