From 29416292a939b8354226aff2bd4a4395ea3c9859 Mon Sep 17 00:00:00 2001 From: Mike Evans Date: Wed, 1 May 2019 11:46:42 +0100 Subject: [PATCH] Remove FIX ME Since it works fine and I can't remember why I put it in. --- bindings/python/gnucash_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/gnucash_core.py b/bindings/python/gnucash_core.py index 38415abe8f..80dcbf6785 100644 --- a/bindings/python/gnucash_core.py +++ b/bindings/python/gnucash_core.py @@ -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])