]> git.koha-community.org Git - koha.git/commit
Bug 16747 - Patron card creator broken with version 16.05
authorMarc Véron <veron@veron.ch>
Thu, 16 Jun 2016 07:27:55 +0000 (09:27 +0200)
committerFrédéric Demians <f.demians@tamil.fr>
Fri, 24 Jun 2016 05:44:48 +0000 (07:44 +0200)
commit29e0eb0f4b62fb0a31545c22c43a305cbe69d972
treed78482734a32b83681746abd9b2ffbbea212bac7
parent546b95aee4fd4065090f4337a2e3e910f2767b39
Bug 16747 - Patron card creator broken with version 16.05

To reproduce:
- Prepare a patron car layout with Image 1 using Patron Image
- Create a patron card for a patron without patron image
Result: OK, PDF can be opened wit PDF viewer
- Try to create a patron card with a patron who has a patron image
Result: The PDF file is corrupt (contains text only with error message)
        intranet error log contains: create-pdf.pl: Illegal division
        by zero at /usr/share/kohaclone/patroncards/create-pdf.pl line 200
To test:
- Apply patch
- Create a patron card with a patron who has a patron image
Result: PDF is OK and contains the image

Bonus test: Do the same with a card layout with an additional image
(Image 2: Image source: Other image)

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Test and bonus test pass: PDF generated without errors.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 87dbed0abd67e88ae85f633d9f4c63c38a2f7e24)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
patroncards/create-pdf.pl