1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(feat) default sort invoices by date

This commit is contained in:
Sylvain 2022-11-17 11:20:49 +01:00
parent c6aef07fb4
commit eb15e0e5a2
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# Changelog Fab-manager
- By default, sort invoices by date in the admin list
- Fix a bug: unable to reserve a machine with payment on site
## v5.5.2 2022 November 16

View File

@ -51,7 +51,7 @@ Application.Controllers.controller('InvoicesController', ['$scope', '$state', 'I
$scope.noMoreResults = false;
// Default invoices ordering/sorting
$scope.orderInvoice = '-reference';
$scope.orderInvoice = '-date';
// Invoice PDF filename settings (and example)
$scope.file = {