update member discount
This commit is contained in:
@@ -16,6 +16,9 @@ class Origami::MasterController < BaseOrigamiController
|
||||
end
|
||||
end
|
||||
@can_master = total - @mastercount - others
|
||||
@member_discount = MembershipSetting.find_by_discount(1)
|
||||
@sub_total = sale_data.total_amount
|
||||
@membership_id = sale_data.customer.membership_id
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
Reference in New Issue
Block a user