2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +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() {
return {
doctype: this.doc.doctype,
name: this.doc.name
name: this.doc.name,
doc: this.doc
};
},
components: {