From: Steve Sutton Date: Mon, 19 Mar 2018 16:32:47 +0000 (-0400) Subject: Update table name X-Git-Tag: v1.0.0^2~121 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e8a35d62887da959873422ec78bf960c52f38648;p=WP-Plugins%2Fglm-member-db-billing.git Update table name member_type --- 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,