fix: Sider
This commit is contained in:
parent
8db974b1b9
commit
34a5cb9106
@ -72,8 +72,8 @@ frappe.ui.form.on("Supplier", {
|
|||||||
frappe.call({
|
frappe.call({
|
||||||
method: "get_supplier_group_details",
|
method: "get_supplier_group_details",
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
callback: function(r){
|
callback: function() {
|
||||||
frm.refresh()
|
frm.refresh();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@ -153,8 +153,8 @@ frappe.ui.form.on("Customer", {
|
|||||||
frappe.call({
|
frappe.call({
|
||||||
method: "get_customer_group_details",
|
method: "get_customer_group_details",
|
||||||
doc: frm.doc,
|
doc: frm.doc,
|
||||||
callback: function(r){
|
callback: function() {
|
||||||
frm.refresh()
|
frm.refresh();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user