fix: Sider

This commit is contained in:
Noah Jacob 2021-07-02 22:02:07 +05:30
parent 8db974b1b9
commit 34a5cb9106
2 changed files with 4 additions and 4 deletions

View File

@ -72,8 +72,8 @@ frappe.ui.form.on("Supplier", {
frappe.call({
method: "get_supplier_group_details",
doc: frm.doc,
callback: function(r){
frm.refresh()
callback: function() {
frm.refresh();
}
});
},

View File

@ -153,8 +153,8 @@ frappe.ui.form.on("Customer", {
frappe.call({
method: "get_customer_group_details",
doc: frm.doc,
callback: function(r){
frm.refresh()
callback: function() {
frm.refresh();
}
});