mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
typo 😠
This commit is contained in:
parent
01a7a31a0d
commit
fa7af5af3e
@ -116,7 +116,7 @@ module.exports = class BaseDocument extends Observable {
|
||||
this.owner = frappe.session.user;
|
||||
this.creation = now;
|
||||
}
|
||||
this.modifieldBy = frappe.session.user;
|
||||
this.modifiedBy = frappe.session.user;
|
||||
this.modified = now;
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ module.exports = {
|
||||
fieldname: 'owner', fieldtype: 'Data', required: 1
|
||||
},
|
||||
{
|
||||
fieldname: 'modifieldBy', fieldtype: 'Data', required: 1
|
||||
fieldname: 'modifiedBy', fieldtype: 'Data', required: 1
|
||||
},
|
||||
{
|
||||
fieldname: 'creation', fieldtype: 'Datetime', required: 1
|
||||
|
Loading…
Reference in New Issue
Block a user