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:
9bccabb
)
Fix add payment page
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Mar 2018 18:02:45 +0000
(14:02 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 16 Mar 2018 18:02:45 +0000
(14:02 -0400)
Get simple list of accounts.
models/admin/billing/payments.php
patch
|
blob
|
history
diff --git
a/models/admin/billing/payments.php
b/models/admin/billing/payments.php
index
4fbf705
..
d3eabe8
100644
(file)
--- a/
models/admin/billing/payments.php
+++ b/
models/admin/billing/payments.php
@@
-129,7
+129,7
@@
class GlmMembersAdmin_billing_payments extends GlmDataPayments
$view = 'editPayment';
// Need to get the accounts
$Accounts = new GlmDataAccounts( $this->wpdb, $this->config );
- $accounts = $Accounts->getList();
+ $accounts = $Accounts->get
SimpleAccount
List();
break;
case 'insert':