From 1f7e511e9628ca2727927d9dbe3ee116ccd1e30e Mon Sep 17 00:00:00 2001 From: marina Date: Sat, 27 Apr 2024 18:59:01 +0300 Subject: [PATCH] =?utf8?q?insert=20ignore=20c=20mysql=20=D0=BF=D0=B5=D1=80?= =?utf8?q?=D0=B5=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=20postgresql=20=D0=BF=D1=80?= =?utf8?q?=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/functionsShipment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/functionsShipment.php b/erp24/modul/shipment/functionsShipment.php index 366fb55..6c048c1 100644 --- a/erp24/modul/shipment/functionsShipment.php +++ b/erp24/modul/shipment/functionsShipment.php @@ -432,7 +432,7 @@ if(!empty($_GET["status"]) and !empty($store_id) and !empty($orderId)) { VALUES ('$orderId', $status_order_id, 1, NOW(), " . $_SESSION["admin_id"] . ") ON CONFLICT (id) DO UPDATE SET order_id = '$orderId', - store_id = ' . $store_id . ' + store_id = ' . $store_id . ', status_id = $status_order_id, status = 1, date = NOW(), -- 2.39.5