Merge branch 'master' of github.com:webnotes/erpnext into custom_script_defer

This commit is contained in:
Anand Doshi
2013-07-30 10:44:07 +05:30
6 changed files with 24 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ erpnext.TransactionController = wn.ui.form.Controller.extend({
erpnext.hide_naming_series();
erpnext.hide_company();
this.show_item_wise_taxes();
this.frm.fields_dict.currency ? this.currency() : this.set_dynamic_labels();
this.set_dynamic_labels();
},
onload_post_render: function() {