sym_master

This commit is contained in:
phyusin
2018-02-14 14:37:28 +06:30
7 changed files with 24 additions and 870 deletions

View File

@@ -86,6 +86,9 @@ class Origami::HomeController < BaseOrigamiController
@order_items.push(item)
end
accounts = @customer.tax_profiles
puts accounts.to_json
puts "sssssssssss"
puts @customer.tax_profiles
@account_arr =[]
accounts.each do |acc|
account = TaxProfile.find(acc)