From: Vladimir Fomichev Date: Fri, 26 Sep 2025 15:55:32 +0000 (+0300) Subject: Тест 2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=a37f7fa78c218c9c46de3860607a6413e5d36c71;p=erp24_rep%2Fyii-erp24%2F.git Тест 2 --- diff --git a/erp24/controllers/AutoPlannogrammaController.php b/erp24/controllers/AutoPlannogrammaController.php index fd2e9479..3f35f9f8 100644 --- a/erp24/controllers/AutoPlannogrammaController.php +++ b/erp24/controllers/AutoPlannogrammaController.php @@ -2406,7 +2406,7 @@ class AutoPlannogrammaController extends BaseController $dataProvider = new ArrayDataProvider([ 'allModels' => $rows, - 'pagination' => ['pageSize' => 200], + 'pagination' => ['pageSize' => 2000], 'sort' => ['attributes' => ['week', 'product_id', 'calculate', 'total']], ]); }