Remove FIX ME

Since it works fine and I can't remember why I put it in.
This commit is contained in:
Mike Evans
2019-05-01 11:46:42 +01:00
parent c28196fb06
commit 29416292a9

View File

@@ -239,7 +239,7 @@ class Book(GnuCashCoreClass):
def InvoiceNextID(self, customer):
''' Return the next invoice ID.
This works but I'm not entirely happy with it. FIX ME'''
'''
from gnucash.gnucash_core_c import gncInvoiceNextID
return gncInvoiceNextID(self.get_instance(),customer.GetEndOwner().get_instance()[1])