projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f0b7e
)
Update table name
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 19 Mar 2018 16:32:47 +0000
(12:32 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 19 Mar 2018 16:32:47 +0000
(12:32 -0400)
member_type
classes/data/dataInvoiceTypes.php
patch
|
blob
|
history
diff --git
a/classes/data/dataInvoiceTypes.php
b/classes/data/dataInvoiceTypes.php
index
1758fa3
..
19a9ed2
100644
(file)
--- 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_type
s
',
+ 'p_table' => GLM_MEMBERS_PLUGIN_DB_PREFIX . 'member_type',
'p_field' => 'name',
'p_orderby' => 'name',
'p_blank' => true,