Browse Source

[minor] indicator in form.js

version-14
Rushabh Mehta 8 years ago
parent
commit
26a75925ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/legacy/form.js

+ 1
- 1
frappe/public/js/legacy/form.js View File

@@ -335,7 +335,7 @@ _f.Frm.prototype.refresh_header = function(is_a_different_doc) {
! this.is_dirty() && ! this.is_dirty() &&
! this.is_new() && ! this.is_new() &&
this.doc.docstatus===0) { 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(); this.clear_custom_buttons();


Loading…
Cancel
Save