mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update payments_controller.rb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user