mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Paul Wassi's "Fix Permanent Storage" PR into maint.
This commit is contained in:
commit
aa08689371
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user