mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
refactor: replcate deprecated cur_frm
This commit is contained in:
@@ -509,8 +509,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
},
|
||||
callback: function(r) {
|
||||
if(!r.exc) {
|
||||
cur_frm.refresh_fields();
|
||||
refresh_field("items");
|
||||
me.frm.refresh_fields();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user