2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

typo 😠

This commit is contained in:
Prateeksha Singh 2018-03-29 19:58:56 +05:30
parent 01a7a31a0d
commit fa7af5af3e
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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