This commit is contained in:
Rémi Champlon 2023-06-27 07:16:45 +02:00
parent 62b3cfd0c8
commit c9d98cf045

View File

@ -661,7 +661,7 @@ if (empty($reshook)) {
}
$line->detail_batch->fk_origin_stock = $batch_id;
$line->detail_batch->batch = $lotStock->batch;a
$line->detail_batch->batch = $lotStock->batch;
$line->detail_batch->id = $detail_batch->id;
$line->detail_batch->entrepot_id = $lotStock->warehouseid;
$line->detail_batch->qty = $batch_qty;