mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
fixes related to --> clear locals and then sync locals when whole doclist is passed
This commit is contained in:
@@ -95,5 +95,5 @@ cur_frm.cscript.add = function(doc, dt, dn) {
|
||||
cur_frm.mylist.run();
|
||||
|
||||
}
|
||||
$c_obj([doc],'add_update','',callback);
|
||||
$c_obj(make_doclist(doc.doctype, doc.name),'add_update','',callback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user