From 69ba4b2ecb9b5a365d60789c57a05aded26ead43 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Tue, 14 Apr 2026 17:34:46 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- svc/queries/orderproduction_items.go | 1 + 1 file changed, 1 insertion(+) diff --git a/svc/queries/orderproduction_items.go b/svc/queries/orderproduction_items.go index a8d1429..b42dfe3 100644 --- a/svc/queries/orderproduction_items.go +++ b/svc/queries/orderproduction_items.go @@ -834,6 +834,7 @@ func InsertItemBarcodesTx(tx *sql.Tx, orderHeaderID string, lines []models.Order args = append(args, orderHeaderID, username) query := fmt.Sprintf(` +SET NOCOUNT ON; ;WITH srcLine (OrderLineID) AS ( SELECT * FROM (VALUES %s) AS v (OrderLineID)