From: Steve Sutton Date: Fri, 16 Mar 2018 18:02:45 +0000 (-0400) Subject: Fix add payment page X-Git-Tag: v1.0.0^2~130 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e8efd07f32ef965cd02b7dfc8222d2b11a07648d;p=WP-Plugins%2Fglm-member-db-billing.git Fix add payment page Get simple list of accounts. --- diff --git a/models/admin/billing/payments.php b/models/admin/billing/payments.php index 4fbf705..d3eabe8 100644 --- 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->getSimpleAccountList(); break; case 'insert':