From: JoySystem_v Date: Thu, 22 Aug 2024 12:34:15 +0000 (+0300) Subject: установил меньше 1000 чеков на 811 строке X-Git-Tag: 1.4~30^2~1 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=4793fd20d0912c3d0df61deab624707051b1b871;p=erp24_rep%2Fyii-erp24%2F.git установил меньше 1000 чеков на 811 строке --- diff --git a/erp24/api2/controllers/DataController.php b/erp24/api2/controllers/DataController.php index 198246e3..9c7d6ba0 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']) < 200) { + if (!empty($result['checks']) && count($result['checks']) < 1000) { foreach ($result["checks"] as $arr) {