update conflict
This commit is contained in:
@@ -156,7 +156,6 @@ class Crm::CustomersController < BaseCrmController
|
||||
else
|
||||
format.html { redirect_to crm_customers_path, notice: 'Customer cannot created.' + response["message"] }
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
if params[:sale_id]
|
||||
|
||||
@@ -409,7 +409,6 @@ class SalePayment < ApplicationRecord
|
||||
|
||||
end
|
||||
rebate_arr.push(data)
|
||||
|
||||
end
|
||||
|
||||
total_amount = rebate_prices - payparcost - overall_dis
|
||||
|
||||
Reference in New Issue
Block a user