From a8b3c5e95b41c505e1a151558096966e994c5d1b Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 13:35:32 +0100 Subject: [PATCH] 03.01.26 --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 784a7e9e..9c5f68ab 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -73,7 +73,7 @@ const shipment_s = params.get("shipment_s"); const shipment_r = params.get("shipment_r"); const lot_m = params.get("lot_m"); const lot_a = params.get("lot_a"); -const lot_al = params.get("lot_al"); +const lot_al = lot_a + lot_m const inv_p = params.get("inv_p"); const inv_p_p = params.get("inv_p_p"); const inv_p_np = params.get("inv_p_np");