소스 검색

Fixed timeline message (#4953)

version-14
Nabin Hait 7 년 전
committed by Rushabh Mehta
부모
커밋
ed717cc86b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/js/frappe/form/footer/timeline.js

+ 1
- 1
frappe/public/js/frappe/form/footer/timeline.js 파일 보기

@@ -477,8 +477,8 @@ frappe.ui.form.Timeline = Class.extend({
parts.push(__('{0} from {1} to {2} in row #{3}', [
frappe.meta.get_label(me.frm.fields_dict[row[0]].grid.doctype,
p[0]),
(frappe.ellipsis(p[1], 40) || '""').bold(),
(frappe.ellipsis(p[2], 40) || '""').bold(),
(frappe.ellipsis(p[1], 40) || '""').bold(),
row[1]
]));
}


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