mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-04 08:18:41 +00:00
Fix pages in view
This commit is contained in:
parent
6620361de1
commit
5764a0758f
|
|
@ -17,7 +17,7 @@
|
|||
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
||||
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||
|
||||
$footerView->setPages(1 / 25);
|
||||
$footerView->setPages(25);
|
||||
$footerView->setPage(1);
|
||||
$footerView->setResults(1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user