[minor] currency trigger should not be called in refresh

This commit is contained in:
Nabin Hait
2013-07-29 19:00:53 +05:30
parent 19d945a4e7
commit 1f996c3121
2 changed files with 2 additions and 2 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() {