Skip to content
Snippets Groups Projects
Commit 49cf2ddb authored by Sascha Schmidt's avatar Sascha Schmidt
Browse files

Fix brackets (CR/MR)

parent 80da0d15
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,13 @@ var upload = new FileUpload(bindata);
var template;
if (upload.isFilled())
{
template = DocumentTemplate.fromUpload(upload);
}
else if (templateId)
{
template = DocumentTemplateUtils.getTemplate(templateId);
}
if (!bindata && !templateId)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment