mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Fixed typo
This commit is contained in:
@@ -15,7 +15,7 @@ class PaymentController < ApplicationController
|
||||
before_filter :require_user
|
||||
|
||||
def new
|
||||
@customers = Customers.all
|
||||
@customers = Customer.all
|
||||
|
||||
account_base = Qbo.get_base(:account).service
|
||||
@accounts = account_base.all
|
||||
|
||||
Reference in New Issue
Block a user