From e8a35d62887da959873422ec78bf960c52f38648 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 19 Mar 2018 12:32:47 -0400 Subject: [PATCH] Update table name member_type --- classes/data/dataInvoiceTypes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/data/dataInvoiceTypes.php b/classes/data/dataInvoiceTypes.php index 1758fa3..19a9ed2 100644 --- a/classes/data/dataInvoiceTypes.php +++ b/classes/data/dataInvoiceTypes.php @@ -138,7 +138,7 @@ class GlmDataInvoiceTypes extends GlmDataAbstract 'member_type' => array( 'field' => 'member_type', 'type' => 'pointer', - 'p_table' => GLM_MEMBERS_PLUGIN_DB_PREFIX . 'member_types', + 'p_table' => GLM_MEMBERS_PLUGIN_DB_PREFIX . 'member_type', 'p_field' => 'name', 'p_orderby' => 'name', 'p_blank' => true, -- 2.17.1