From cc710a992f6571593be1c4db12afee06620ba141 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 12 Jan 2018 14:33:30 +0630 Subject: [PATCH] update other multiple payments --- app/models/ability.rb | 1 + app/views/origami/home/show.html.erb | 10 ++++++--- .../origami/others_payments/index.html.erb | 11 +++++----- app/views/origami/payments/show.html.erb | 22 +++++++++++-------- app/views/origami/rooms/show.html.erb | 2 +- 5 files changed, 28 insertions(+), 18 deletions(-) diff --git a/app/models/ability.rb b/app/models/ability.rb index e6cdf9c3..560e0192 100755 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -96,6 +96,7 @@ class Ability can :read, Order can :update, Order can :menage, Booking + can :manage, OrderQueueStation can :read, Sale can :update, Sale can :get_customer, Customer diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index 29903480..f162be5d 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -390,7 +390,7 @@ <% if @status_sale == 'sale' %> - + @@ -419,7 +419,7 @@