mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix comment and trailing whitespace.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23778 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a830d484f7
commit
bd10cc9b95
@ -241,7 +241,7 @@ class Book(GnuCashCoreClass):
|
||||
return gncInvoiceNextID(self.get_instance(),vendor.GetEndOwner().get_instance()[1])
|
||||
|
||||
def CustomerNextID(self):
|
||||
''' Return the next Bill ID. '''
|
||||
''' Return the next Customer ID. '''
|
||||
from gnucash.gnucash_core_c import gncCustomerNextID
|
||||
return gncCustomerNextID(self.get_instance())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user