Update payments_controller.rb

This commit is contained in:
2016-08-05 21:56:23 -04:00
committed by GitHub
parent 51c1b38197
commit 0318ffaa10

View File

@@ -20,6 +20,7 @@ class PaymentsController < ApplicationController
@customers = Customer.all
account_base = Qbo.get_base(:account).service
query = "SELECT Id, Name FROM Account WHERE AccountType = 'Checking' "
@accounts = account_base.all
payment_method_base = Qbo.get_base(:payment_method).service