2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

fix: Provide doc for FormControls

This commit is contained in:
Faris Ansari 2019-12-03 13:55:18 +05:30
parent e17b3059fa
commit 8e5f244554

View File

@ -99,7 +99,8 @@ let TwoColumnForm = {
provide() { provide() {
return { return {
doctype: this.doc.doctype, doctype: this.doc.doctype,
name: this.doc.name name: this.doc.name,
doc: this.doc
}; };
}, },
components: { components: {