Show oldest invoices first in payment dropdown
This commit is contained in:
parent
b679c3623c
commit
c12359b5ff
|
|
@ -111,7 +111,7 @@ List<String> dropdownInvoiceSelector(
|
|||
invoice: invoiceB,
|
||||
clientMap: clientMap,
|
||||
vendorMap: vendorMap,
|
||||
sortAscending: false,
|
||||
sortAscending: true,
|
||||
sortField: InvoiceFields.number,
|
||||
recurringPrefix: recurringPrefix,
|
||||
userMap: userMap,
|
||||
|
|
|
|||
Loading…
Reference in New Issue