control for member create and member discount
This commit is contained in:
@@ -38,6 +38,7 @@ class Ability
|
||||
can :index, :receipt_no
|
||||
can :index, :shiftsale
|
||||
|
||||
can :get_customer, Customer
|
||||
can :add_customer, Customer
|
||||
can :update_sale_by_customer, Customer
|
||||
|
||||
@@ -74,7 +75,7 @@ class Ability
|
||||
|
||||
can :read, Sale
|
||||
can :update, Sale
|
||||
|
||||
can :get_customer, Customer
|
||||
can :add_customer, Customer
|
||||
can :update_sale_by_customer, Customer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user