https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39208 --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 199521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199521&action=edit Bug 39208: Remove xhtml2pdf from printoverdues.sh Note: this requires a command line access to the test machine TEST PLAN: 1 - Anywhere on the computer running koha, run following command: mkdir tmp echo '<!DOCTYPE html><html><head><meta charset="UTF-8"></head><body><p>Тетрис — это классика!</p></body></html>' > tmp/tmp.html echo '* { color: red };' > tmp.css ./misc/cronjobs/printoverdues.sh tmp tmp.css 2 - Open the pdf in tmp/tmp.pdf, notice it is broken 3 - Apply patch 4 - Rerun ./misc/cronjobs/printoverdues.sh tmp tmp.css 5 - Open the pdf in tmp/tmp.pdf, notice it is now displaying properly, notice the css property still applies Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.