Show hsn code in tax breakup for India and render via template (#9866)

* Show hsn code in tax breakup for India and render via template

* tax breakup if gst_tax_field does not exists

* Fixed tax-breakup test cases
This commit is contained in:
Nabin Hait
2017-07-17 18:02:31 +05:30
committed by Makarand Bauskar
parent fa04236c8d
commit b962fc1573
12 changed files with 211 additions and 206 deletions

View File

@@ -210,7 +210,6 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
refresh: function() {
erpnext.toggle_naming_series();
erpnext.hide_company();
this.show_item_wise_taxes();
this.set_dynamic_labels();
this.setup_sms();
},