Payment Method
This commit is contained in:
@@ -170,6 +170,8 @@ class Foodcourt::PaymentsController < BaseFoodcourtController
|
||||
end
|
||||
|
||||
def show
|
||||
@cash_exist = PaymentMethodSetting.cash_exist
|
||||
@credit_exist = PaymentMethodSetting.credit_exist
|
||||
display_type = Lookup.find_by_lookup_type("display_type")
|
||||
if !display_type.nil? && display_type.value.to_i ==2
|
||||
@display_type = display_type.value
|
||||
|
||||
Reference in New Issue
Block a user