https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39208
--- Comment #1 from Baptiste Wojtkowski (bwoj) <[email protected]> --- Created attachment 199518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199518&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 ./misc/cronjobs/printoverdues.sh 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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
