Skip to content

Commit

Permalink
Merge pull request #150 from amosproj/dev-#39
Browse files Browse the repository at this point in the history
Implementation of #39
  • Loading branch information
Waldleufer authored Jul 7, 2021
2 parents ffa3d08 + 315ac3d commit 4820c78
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 4820c78

Please sign in to comment.