Skip to content

Commit

Permalink
Merge pull request #811 from abhishek-webkul/gli-997
Browse files Browse the repository at this point in the history
Code commented for Pagination panel on Preferences > Room Types page at back office
  • Loading branch information
rohit053 authored Dec 28, 2023
2 parents 0fc5b7e + 11c9d02 commit abcf336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/admin/AdminPPreferencesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function __construct()
),
'submit' => array('title' => $this->l('Save'))
),
'order_by_pagination' => array(
/*'order_by_pagination' => array(
'title' => $this->l('Pagination'),
'fields' => array(
'PS_PRODUCTS_PER_PAGE' => array(
Expand Down Expand Up @@ -241,7 +241,7 @@ public function __construct()
)
),
'submit' => array('title' => $this->l('Save'))
),
),*/
'fo_product_page' => array(
'title' => $this->l('Room type page'),
'fields' => array(
Expand Down

0 comments on commit abcf336

Please sign in to comment.