keeping filter and pagination when saving OrderJournal

This commit is contained in:
Frank Schubert
2021-11-02 21:47:02 +01:00
parent 42f4da3799
commit 5a132add9b
4 changed files with 26 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ class OrderController extends mfBaseController {
// pagination defaults
$pagination = [];
$pagination['start'] = 0;
$pagination['count'] = 20;
$pagination['count'] = 3;
$pagination['maxItems'] = 0;
if(is_numeric($this->request->s)) {