Fix for recurring invoice report
This commit is contained in:
parent
7c5ff1d0e9
commit
bcd98b4da7
|
|
@ -200,7 +200,7 @@ ReportResult recurringInvoiceReport(
|
|||
value = client.shippingAddress2;
|
||||
break;
|
||||
case RecurringInvoiceReportFields.status:
|
||||
value = kInvoiceStatuses[invoice.calculatedStatusId] ?? '';
|
||||
value = kRecurringInvoiceStatuses[invoice.calculatedStatusId] ?? '';
|
||||
break;
|
||||
case RecurringInvoiceReportFields.number:
|
||||
value = invoice.number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue