diff --git a/libgnucash/engine/gncVendor.c b/libgnucash/engine/gncVendor.c index b5f418cc60..cdfdd0a314 100644 --- a/libgnucash/engine/gncVendor.c +++ b/libgnucash/engine/gncVendor.c @@ -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