Commit 3eb831fb by Edgar HIPP

Compatibility with upcoming docxtemplater

parent 0a00b77d
...@@ -19,6 +19,7 @@ module.exports= class DocxQrCode ...@@ -19,6 +19,7 @@ module.exports= class DocxQrCode
_this.ready= true _this.ready= true
_this.result= @result _this.result= @result
testdoc= new _this.xmlTemplater.currentClass @result, testdoc= new _this.xmlTemplater.currentClass @result,
tags:_this.xmlTemplater.tags
Tags:_this.xmlTemplater.Tags Tags:_this.xmlTemplater.Tags
parser:_this.xmlTemplater.parser parser:_this.xmlTemplater.parser
testdoc.render() testdoc.render()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment