Shop name in navbar,linke to shop info
This commit is contained in:
@@ -102,7 +102,9 @@ class Ability
|
||||
can :menage, Booking
|
||||
can :manage, OrderQueueStation
|
||||
can :read, Sale
|
||||
can :update, Sale
|
||||
can :update, Sale
|
||||
|
||||
can :manage, Customer
|
||||
can :get_customer, Customer
|
||||
can :add_customer, Customer
|
||||
can :update_sale_by_customer, Customer
|
||||
@@ -126,12 +128,11 @@ class Ability
|
||||
|
||||
can :move_dining, :moveroom
|
||||
|
||||
can :manage, DiningQueue
|
||||
|
||||
can :manage, Commission
|
||||
can :manage, Commissioner
|
||||
can :manage, Promotion
|
||||
can :manage, Product
|
||||
|
||||
|
||||
elsif user.role == "account"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user