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
|
private
|
||||||
|
|
||||||
def add_customer
|
def add_customer
|
||||||
global_check_permission(:add_customer)
|
global_check_permission(:add_customers)
|
||||||
end
|
end
|
||||||
|
|
||||||
def view_customer
|
def view_customer
|
||||||
global_check_permission(:view_customer)
|
global_check_permission(:view_customers)
|
||||||
end
|
end
|
||||||
|
|
||||||
def only_one_non_zero?( array )
|
def only_one_non_zero?( array )
|
||||||
|
|||||||
Reference in New Issue
Block a user