Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable.

This commit is contained in:
John Ralls 2018-03-17 15:53:46 -07:00
commit 7989f02c73

View File

@ -352,7 +352,7 @@ class GncPrice(GnuCashCoreClass):
See also http://code.gnucash.org/docs/head/group__Price.html
'''
pass
_new_instance = 'gnc_price_create'
GncPrice.add_methods_with_prefix('gnc_price_')