]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
pagination = false
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 17 Dec 2024 11:59:03 +0000 (14:59 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 17 Dec 2024 11:59:03 +0000 (14:59 +0300)
erp24/controllers/WaybillIncomingController.php
erp24/controllers/WaybillWriteOffsController.php

index b727c2f8a464a8250026acf8a27803bf0cee07cc..97d79e7a355ba852379c66306237473f51460570 100644 (file)
@@ -25,9 +25,7 @@ class WaybillIncomingController extends Controller
 
         $productsDataProvider = new \yii\data\ActiveDataProvider([
             'query' => WaybillIncomingProducts::find()->where(['waybill_incoming_id' => $model->id]),
-            'pagination' => [
-                'pageSize' => 10,
-            ],
+            'pagination' => false,
         ]);
 
         return $this->render('view', [
index 1e3b022f2f652faf6af34ec7ac50f9cf9330e0b2..3693ba38f0bbcb2177ff8a8a231ff5ea9ef958e2 100644 (file)
@@ -31,9 +31,7 @@ class WaybillWriteOffsController extends \yii\web\Controller
 
         $productsDataProvider = new \yii\data\ActiveDataProvider([
             'query' => WaybillWriteOffsProducts::find()->where(['waybill_write_offs_id' => $model->id]),
-            'pagination' => [
-                'pageSize' => 10,
-            ],
+            'pagination' => false,
         ]);
 
         return $this->render('view', [