payment tax UI

This commit is contained in:
phyusin
2018-05-24 15:30:44 +06:30
parent b56f2793bd
commit 445f98cf7c
2 changed files with 48 additions and 10 deletions

View File

@@ -300,7 +300,7 @@ class Origami::PaymentsController < BaseOrigamiController
@account_arr =[]
accounts.each do |acc|
account = TaxProfile.find(acc.id)
@account_arr.push(account)
@account_arr.push(account.name)
end
rebate = MembershipSetting.find_by_rebate(1)