From 23a7d11fcb600f9c5d13e743726883e3008f17bf Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 1 Jul 2024 22:14:46 +0300 Subject: [PATCH] =?utf8?q?=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20017?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/modul/shipment/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/modul/shipment/config.php b/erp24/modul/shipment/config.php index 50cc5db3..c0891eaf 100644 --- a/erp24/modul/shipment/config.php +++ b/erp24/modul/shipment/config.php @@ -160,7 +160,7 @@ if(!empty($_REQUEST["status_id"])) $statusId=(int)$_REQUEST["status_id"]; foreach($store_orders_statuses as $status_id => $status) { - echo'
'; + echo''; echo ''; echo ''; echo ''; -- 2.39.5