Fix add payment page
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Mar 2018 18:02:45 +0000 (14:02 -0400)
committerSteve 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

index 4fbf705..d3eabe8 100644 (file)
@@ -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':