Hello. How to change the number of Invoices and Clients displayed on a page? We’d like to set it to, say, 50. Thanks.
There is no option at the moment, you would have to change this directly in the code
Thank you!
In /invoiceplane/application/core/MY_Model.php
I changed public $default_limit = 15;
into public $default_limit = 50;
And it goes well, so far.
1 Like
Done, will be available in v1.3.0