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:
parent
e17b3059fa
commit
8e5f244554
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user