Merge Paul Wassi's "Fix Permanent Storage" PR into maint.

This commit is contained in:
John Ralls 2018-05-26 16:35:58 -07:00
commit aa08689371

View File

@ -376,7 +376,7 @@ gnc_vendor_class_init (GncVendorClass *klass)
g_param_spec_object ("terms",
"Terms",
"The billing terms used by this vendor.",
GNC_TYPE_COMMODITY,
GNC_TYPE_BILLTERM,
G_PARAM_READWRITE));
g_object_class_install_property
@ -385,7 +385,7 @@ gnc_vendor_class_init (GncVendorClass *klass)
g_param_spec_object ("tax-table",
"Tax table",
"The tax table which applies to this vendor.",
GNC_TYPE_COMMODITY,
GNC_TYPE_TAXTABLE,
G_PARAM_READWRITE));
g_object_class_install_property