From 597992f01bede80e80c55016ad3e5cc7faeb1c35 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 18 Jun 2024 09:15:43 +0300 Subject: [PATCH] =?utf8?q?=D0=9B=D0=B8=D1=88=D0=BD=D1=8F=D1=8F=20=D0=B7?= =?utf8?q?=D0=B0=D0=BF=D1=8F=D1=82=D0=B0=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/fields/delta_zakup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/fields/delta_zakup.php b/erp24/modul/shipment/fields/delta_zakup.php index d4a196c6..943cc066 100644 --- a/erp24/modul/shipment/fields/delta_zakup.php +++ b/erp24/modul/shipment/fields/delta_zakup.php @@ -7,7 +7,7 @@ $sql = "SELECT field_name, product_id, value FROM store_orders_fields_data WHERE order_id=? AND color='' -AND store_id='', +AND store_id='' AND field_name IN ('quantity_zakup_fact','quantity_zakup') AND value!=0"; -- 2.39.5