Hello, I have a small problem.
I have an override of Quote.Record.Panels.Items view and I have created a new variable here like this:
data: function () { return { objects: this.objectList } }
I see this variable in my Quote view, but now the problem is that when I try to convert this Quote to PDF - I can't reach the "objects" variable in the PDF template. How could I send this variable to PDF template? If I use the objects variable inside the PDF template I get an empty result.
I have an override of Quote.Record.Panels.Items view and I have created a new variable here like this:
data: function () { return { objects: this.objectList } }
I see this variable in my Quote view, but now the problem is that when I try to convert this Quote to PDF - I can't reach the "objects" variable in the PDF template. How could I send this variable to PDF template? If I use the objects variable inside the PDF template I get an empty result.
Comment