mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
fixed typos
This commit is contained in:
@@ -146,11 +146,11 @@ class CustomersController < ApplicationController
|
||||
private
|
||||
|
||||
def add_customer
|
||||
global_check_permission(:add_customer)
|
||||
global_check_permission(:add_customers)
|
||||
end
|
||||
|
||||
def view_customer
|
||||
global_check_permission(:view_customer)
|
||||
global_check_permission(:view_customers)
|
||||
end
|
||||
|
||||
def only_one_non_zero?( array )
|
||||
|
||||
Reference in New Issue
Block a user