From: JoySystem_v Date: Thu, 22 Aug 2024 07:34:23 +0000 (+0300) Subject: установил меньше 200 чеков на 811 строке для тестирования X-Git-Tag: 1.4~30^2~2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=0f666b133afe8d72aff71ebf6e3ec4bbbb8baaf8;p=erp24_rep%2Fyii-erp24%2F.git установил меньше 200 чеков на 811 строке для тестирования --- diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 9c7d6ba0..198246e3 100644 --- a/erp24/api2/controllers/DataController.php +++ b/erp24/api2/controllers/DataController.php @@ -808,7 +808,7 @@ class DataController extends BaseController { $matrixProductsIds = SalaryHelper::getMatrixProductsIds(); } - if (!empty($result['checks']) && count($result['checks']) < 1000) { + if (!empty($result['checks']) && count($result['checks']) < 200) { foreach ($result["checks"] as $arr) {