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

This commit is contained in:
Yan
2017-06-30 16:00:37 +06:30
4 changed files with 23 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ class Origami::ShiftsController < BaseOrigamiController
def new
@float = Lookup.where('lookup_type=?','float_value')
@terminal = CashierTerminal.all
end
def create
@@ -29,7 +30,7 @@ class Origami::ShiftsController < BaseOrigamiController
end
end
def edit
end
end