lib/xeroizer/models/invoice.rb in xeroizer-0.3.3 vs lib/xeroizer/models/invoice.rb in xeroizer-0.3.4
- old
+ new
@@ -34,10 +34,10 @@
'AUTHORISED' => 'Approved invoices awaiting payment',
'DELETED' => 'Draft invoices that are deleted',
'DRAFT' => 'Invoices saved as draft or entered via API',
'PAID' => 'Invoices approved and fully paid',
'SUBMITTED' => 'Invoices entered by an employee awaiting approval',
- 'VOID' => 'Approved invoices that are voided'
+ 'VOIDED' => 'Approved invoices that are voided'
} unless defined?(INVOICE_STATUS)
INVOICE_STATUSES = INVOICE_STATUS.keys.sort
LINE_AMOUNT_TYPE = {
"Inclusive" => 'CreditNote lines are inclusive tax',