From c9d98cf045b29a3cfba91fb9fa24361fa66bc243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Champlon?= Date: Tue, 27 Jun 2023 07:16:45 +0200 Subject: [PATCH] fix --- htdocs/expedition/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;