add taxes in sale item

This commit is contained in:
Aung Myo
2017-12-04 15:57:23 +06:30
parent 79d7adf170
commit 0c0ba0858a
3 changed files with 34 additions and 12 deletions

View File

@@ -22,9 +22,6 @@ authorize_resource :class => false
@sale_taxes = Sale.get_separate_tax(@shift_sale_range,@shift,from,to,payment_type)
@tax_profiles = TaxProfile.order('order_by asc')
puts @sale_data.count
puts "sssssss"
puts @tax_profiles.to_json
@from = from
@to = to