shop
This commit is contained in:
@@ -15,7 +15,7 @@ class Origami::ShiftsController < BaseOrigamiController
|
||||
end
|
||||
|
||||
def new
|
||||
@float = Lookup.where('lookup_type=?','float_value')
|
||||
@float = Lookup.where('lookup_type=? and shop_code=?','float_value',@shop.shop_code)
|
||||
@terminal = CashierTerminal.available
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user