소스 검색

[minor] indicator in form.js

version-14
Rushabh Mehta 8 년 전
부모
커밋
26a75925ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/legacy/form.js

+ 1
- 1
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();


불러오는 중...
취소
저장