Skip to content

Commit

Permalink
self-xdsd#262 "Tasks" card improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
criske committed Jan 10, 2021
1 parent 34675b4 commit 5232076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/selfxdsd/selfweb/api/ContractsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ public ResponseEntity<Resource> invoicePdf(
)
);
resp = ResponseEntity.ok()
.contentLength(pdf.length())
.contentType(MediaType.APPLICATION_PDF)
.header(
"Content-Disposition",
Expand Down

0 comments on commit 5232076

Please sign in to comment.