mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix
This commit is contained in:
parent
62b3cfd0c8
commit
c9d98cf045
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user