merge with master

This commit is contained in:
Yan
2017-12-13 11:43:22 +06:30
9 changed files with 96 additions and 36 deletions

View File

@@ -230,6 +230,7 @@ class Origami::PaymentsController < BaseOrigamiController
sub_total = params[:sub_total]
member_info = nil
rebate_amount = nil
current_balance = nil
if(Sale.exists?(sale_id))
saleObj = Sale.find(sale_id)