From 26a75925ea9e7215257e408b88f7830d2eb32ff1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 4 Aug 2017 16:57:20 +0530 Subject: [PATCH] [minor] indicator in form.js --- frappe/public/js/legacy/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/legacy/form.js b/frappe/public/js/legacy/form.js index 3c634dbf2b..70a9268ea3 100644 --- a/frappe/public/js/legacy/form.js +++ b/frappe/public/js/legacy/form.js @@ -335,7 +335,7 @@ _f.Frm.prototype.refresh_header = function(is_a_different_doc) { ! this.is_dirty() && ! this.is_new() && this.doc.docstatus===0) { - this.dashboard.add_comment(__('Submit this document to confirm'), 'alert-warning', true); + this.dashboard.add_comment(__('Submit this document to confirm'), 'orange', true); } this.clear_custom_buttons();