Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Aung Myo
2018-08-31 13:50:24 +06:30
11 changed files with 44 additions and 11 deletions

View File

@@ -98,6 +98,8 @@
DELIVERY
<% elsif order.delivery.delivery_type == 'pick_up' %>
PICK-UP
<% elsif order.delivery.delivery_type == 'turbo' %>
TURBO
<% else %>
DIRECT DELIVERY
<% end %>
@@ -148,6 +150,8 @@
DELIVERY
<% elsif order.delivery.delivery_type == 'pick_up' %>
PICK-UP
<% elsif order.delivery.delivery_type == 'turbo' %>
TURBO
<% else %>
DIRECT DELIVERY
<% end %>
@@ -197,6 +201,8 @@
DELIVERY
<% elsif order.delivery.delivery_type == 'pick_up' %>
PICK-UP
<% elsif order.delivery.delivery_type == 'turbo' %>
TURBO
<% else %>
DIRECT DELIVERY
<% end %>
@@ -246,6 +252,8 @@
DELIVERY
<% elsif order.delivery.delivery_type == 'pick_up' %>
PICK-UP
<% elsif order.delivery.delivery_type == 'turbo' %>
TURBO
<% else %>
DIRECT DELIVERY
<% end %>
@@ -295,6 +303,8 @@
DELIVERY
<% elsif order.delivery.delivery_type == 'pick_up' %>
PICK-UP
<% elsif order.delivery.delivery_type == 'turbo' %>
TURBO
<% else %>
DIRECT DELIVERY
<% end %>