mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user