[Koha-bugs] [Bug 7952] PDF::Reuse under plack writes to console STDOUT instead to browser

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 10 13:29:06 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7952

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10042|0                           |1
        is obsolete|                            |

--- Comment #6 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 10090
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10090&action=edit
Bug 7952 - PDF::Reuse under plack writes to console STDOUT instead to browser

Without name option to prFile, PDF::Reuse opens '-' file which is real
console STDOUT on plack so pdf file gets emited to terminal instead of
sending it to browser.

This change creates temporary file using File::Temp, pass it to PDF::Reuse
and then reads it back and prints it out for plack (or CGI) to pick up.

Test secenario:

1. Home › Tools › Patron Card Creator › Manage Card Batches
2. select batch checkbox and click Export
3. select template and click Export
4. click on pdf file to download it

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list