From e59e6f8f8670eddc885cb6109be001407f7b16e5 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Sat, 3 Jan 2026 14:15:14 +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 9c5f68ab..114cf69e 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 = lot_a + lot_m +const lot_al = Number(lot_a) + Number(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");