mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update payments_controller.rb
This commit is contained in:
@@ -17,7 +17,7 @@ class PaymentsController < ApplicationController
|
|||||||
def new
|
def new
|
||||||
@payment = Payment.new
|
@payment = Payment.new
|
||||||
|
|
||||||
@customers = Customer.all.sort
|
@customers = Customer.all.sort :name
|
||||||
|
|
||||||
@accounts = Qbo.get_base(:account).service.query("SELECT Id, Name FROM Account WHERE AccountType = 'Bank' Order 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