shish 5 tahun lalu
induk
melakukan
e9c5edefff
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      app-ghs/controllers/ProductController.php

+ 0 - 1
app-ghs/controllers/ProductController.php

@@ -116,7 +116,6 @@ class ProductController extends BaseController
         $showPage = Yii::$app->request->get('showPage', 0);
         if ($showPage) {
             if ($type == 'waring') {
-                Yii::$app->params['pageSize'] = 1000;
                 $respond = ProductClass::getList("*", $where, "stock asc");
             } else {
                 $respond = ProductClass::getList("*", $where, "inTurn desc");