tweaks for totals.

This commit is contained in:
2022-11-16 09:52:28 -08:00
parent ca7d6f20c4
commit 2050c0da33
3 changed files with 109 additions and 73 deletions

View File

@@ -244,7 +244,7 @@
(conj [:paragraph {:color [128 0 0] :size 9} (:warning report)])
(conj
(table->pdf report
[80 25 80 20 20 20])))
[80 25 80 25 25 25])))
output-stream)
(.toByteArray output-stream)))