mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update payments_controller.rb
This commit is contained in:
@@ -17,7 +17,7 @@ class PaymentsController < ApplicationController
|
||||
def new
|
||||
@payment = Payment.new
|
||||
|
||||
@customers = Customer.all.sort :name
|
||||
@customers = Customer.all.sort_by :name
|
||||
|
||||
@accounts = Qbo.get_base(:account).service.query("SELECT Id, Name FROM Account WHERE AccountType = 'Bank' Order By Name")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user