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