[fix] allow to change doc status on get items (#12174)
This commit is contained in:
parent
389b9a2be3
commit
f06c281964
@ -245,6 +245,7 @@ erpnext.utils.map_current_doc = function(opts) {
|
||||
callback: function(r) {
|
||||
if(!r.exc) {
|
||||
var doc = frappe.model.sync(r.message);
|
||||
cur_frm.dirty();
|
||||
cur_frm.refresh();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user