fix cashier page height & breadcrumb helper

This commit is contained in:
Zin Moe
2020-01-27 16:30:58 +06:30
parent c8ff92975e
commit bca6fabaaf
142 changed files with 266 additions and 1207 deletions

View File

@@ -21,8 +21,9 @@ class Transactions::OrdersController < ApplicationController
end
@receipt_no = filter
@from = from
@to = to
@from = from
@to = to
@food_court = Lookup.find_by_lookup_type_and_value("food_court", "1")
respond_to do |format|
format.html