2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 07:12:21 +00:00
This commit is contained in:
Rushabh Mehta 2018-01-10 18:20:08 +05:30
parent 8bcdb91c9f
commit 1d3ebe7930

View File

@ -13,7 +13,6 @@ window.app = {
doctype: 'ToDo',
parent: this.edit_page.body
});
this.edit_page.form.make();
},
setup_list() {
this.todo_list = new Page('ToDo List');