This commit is contained in:
c-holtermann
2019-04-06 16:17:58 +02:00
parent db9e98a812
commit 18a2688419

View File

@@ -143,7 +143,7 @@ class TaxTableEntry(GnuCashCoreClass):
class Invoice(GnuCashCoreClass):
def __init__(self, book=None, id=None, currency=None, owner=None,
date_opened=None, instance=None):
"""Invoice Contstructor
"""Invoice Constructor
You must provide a book, id, currency and owner
(Customer, Job, Employee, Vendor) or an existing swig proxy object