mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[minor] currency trigger should not be called in refresh
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user