From f5b65b625e9fa51aca13195196f4d153f58599ff Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Thu, 6 Mar 2025 15:04:20 +0300 Subject: [PATCH] [ERP-331] debug 1 --- erp24/api2/controllers/DataController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index ef430f78..0a20dc6c 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -181,7 +181,7 @@ class DataController extends BaseController if (!empty($newOrdersArray)) { $mess['create_orders'] = $newOrdersArray; } - + return $this->asJson($mess); // $mess['delete_employee'] = [ // ['id' => '06202309-2808-0427-d4c9-100030128795'], // ['id' => '06202309-2855-0215-4f5d-100043236389'] -- 2.39.5