https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39208
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Nind <[email protected]> --- Testing notes (using KTD): 1. From the /kohadevbox/koha directory: - create a new subdirectory: mkdir tmp - echo '<!DOCTYPE html><html><head><meta charset="UTF-8"></head><body><p>Тетрис — это классика!</p></body></html>' > tmp/tmp.html - echo '* { color: red };' > tmp/tmp.css ==> Result: a folder tmp with two files (tmp.css and tmp.html) 2. Run this command to generate the PDF: ./misc/cronjobs/printoverdues.sh tmp tmp/tmp.css ==> Result (because there is no xhtml2pdf): ./misc/cronjobs/printoverdues.sh: line 42: xhtml2pdf: command not found tar: tmp/*.pdf: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors 3. Apply the patch 4. Restart everything: restart_all 5. Repeat the command in step 2 ==> Result: a PDF in the tmp directory with the text in red -- 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/
