commit | 4a1da119f9adadaa9dcdd8aa37d0a1eeb3da052a | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Jan 06 12:58:23 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Jan 06 12:58:23 2012 +0530 |
tree | 9fcf8a9d37b33296739e3ebd084763ff3beaf4e3 | |
parent | 7f16efe35da8779ad56d67c8ac6c96c41fc07cf3 [diff] |
Refresh support ticket status when a new reply is received
diff --git a/erpnext/support/doctype/support_ticket/support_ticket.js b/erpnext/support/doctype/support_ticket/support_ticket.js index be734ad..b7413ea 100644 --- a/erpnext/support/doctype/support_ticket/support_ticket.js +++ b/erpnext/support/doctype/support_ticket/support_ticket.js
@@ -47,6 +47,7 @@ set_field_permlevel('description',2); set_field_permlevel('raised_by',2); } + refresh_field('status'); }, //