mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fixed conflict
This commit is contained in:
@@ -33,7 +33,7 @@ KBItemToolbar = function(args, kb) {
|
||||
|
||||
this.make_timestamp = function() {
|
||||
this.line1.innerHTML = repl('By %(name)s | %(when)s', {
|
||||
name: wn.utils.full_name(this.det.first_name, this.det.last_name),
|
||||
name: wn.user_info(this.det.owner).fullname,
|
||||
when: wn.datetime.comment_when(this.det.modified)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user