Bug 14165 - Typo in PerlDependencies
Summary: Typo in PerlDependencies
Status: RESOLVED DUPLICATE of bug 14103
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 10:47 UTC by Marcel de Rooy
Modified: 2015-05-07 11:47 UTC (History)
2 users (show)

See Also:
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 (1.13 KB, patch)
2015-05-07 10:52 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***