[fix] allow to change doc status on get items (#12174)

This commit is contained in:
Vishal Dhayagude 2017-12-26 16:22:40 +05:30 committed by Nabin Hait
parent 389b9a2be3
commit f06c281964

View File

@ -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();
}
}