diff --git a/htdocs/expedition/card.php b/htdocs/expedition/card.php index 7d9f4c0f5d5..44536d8c43c 100644 --- a/htdocs/expedition/card.php +++ b/htdocs/expedition/card.php @@ -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;