Merge branch 'maint'

This commit is contained in:
Christopher Lam
2020-01-30 20:30:04 +08:00
44 changed files with 9694 additions and 7453 deletions

View File

@@ -327,6 +327,7 @@ methods_return_instance_lists(
Invoice, { 'GetEntries': Entry })
Invoice.add_method('gncInvoiceRemoveEntry', 'RemoveEntry')
Invoice.add_method('gncInvoiceUnpost', 'Unpost')
# Bill
Bill.add_methods_with_prefix('gncBill')