commit | f06c2819648430b87aa2a8225d1459ec4f28f9ae | [log] [tgz] |
---|---|---|
author | Vishal Dhayagude <vishdha@users.noreply.github.com> | Tue Dec 26 16:22:40 2017 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 26 16:22:40 2017 +0530 |
tree | be2967894f35f505f73eb03502f660384e752d0a | |
parent | 389b9a2be32a6277f55181d0ea864ba84e31b35d [diff] |
[fix] allow to change doc status on get items (#12174)
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index c83bcd6..6841354 100644 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -245,6 +245,7 @@ callback: function(r) { if(!r.exc) { var doc = frappe.model.sync(r.message); + cur_frm.dirty(); cur_frm.refresh(); } }