When a client has dozens of invoices, it doesn't make any sense to show the oldest ones first (after sorting by status that is). Current behaviour means that if all invoices are paid, it might show invoices from years ago rather than the most recent ones.
This request is to set the secondary sort order in the template code as follows:
OLD: table.order([4, 'desc'], [2, 'asc']);
NEW: table.order([4, 'desc'], [2, 'desc']);
See pull request here:
https://github.com/WHMCS/templates-twenty-one/pull/12
1 Comment
Login to post a comment.