Skip to content

Commit

Permalink
template layouting
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dürsch authored and Martin Dürsch committed Jul 7, 2021
1 parent 81f0227 commit 315ac3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Backend/Services/DocumentService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class DocumentService
{
public string createReport(HttpRequest request)
{
var imageNumbers = new List<int>() { 7, 14, 11 };
var imageNumbers = new List<int>() { 7, 13, 11 };

GetFileModelsFromRequest(request, imageNumbers);

Expand Down
Binary file modified backend/Backend/Templates/template-docx.docx
Binary file not shown.

0 comments on commit 315ac3d

Please sign in to comment.