Remove FIX ME

Since it works fine and I can't remember why I put it in.
pull/504/head
Mike Evans 7 years ago
parent c28196fb06
commit 29416292a9

@ -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])

Loading…
Cancel
Save