Bug 14165

Summary: Typo in PerlDependencies
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: cnighswonger, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8007
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14103
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 14165: Typo in PerlDependencies

Description Marcel de Rooy 2015-05-07 10:47:08 UTC

    
Comment 1 Marcel de Rooy 2015-05-07 10:52:07 UTC
Created attachment 38942 [details] [review]
Bug 14165: Typo in PerlDependencies

Dependency PDF::FromHTML should be listed as required.
See mainpage.pl line 32 (using Koha::Borrower::Discharge).

Test plan:
If you do not have this dependency, verify that accessing the staff client
already results in a software error (Cannot locate PDF/FromHTML.pm).
Run koha_perl_deps.pl -m -r without this patch. FromHTML is not listed.
Run it with this patch. FromHTML is listed now.
Comment 2 Jonathan Druart 2015-05-07 11:19:54 UTC
This is not a typo, see bug 14103.
Comment 3 Chris Nighswonger 2015-05-07 11:47:40 UTC
Marking a duplicate.

*** This bug has been marked as a duplicate of bug 14103 ***