[Bug fix] Timeline had from and to reversed
This commit is contained in:
parent
09735e9f3e
commit
8cd6545bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -490,8 +490,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[2], 40) || '""').bold(),
|
||||
(frappe.ellipsis(p[1], 40) || '""').bold(),
|
||||
(frappe.ellipsis(p[2], 40) || '""').bold(),
|
||||
row[1]
|
||||
]));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue