Summary: | Typo in PerlDependencies | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | 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: | ||
Circulation function: | |||
Attachments: | Bug 14165: Typo in PerlDependencies |
Description
Marcel de Rooy
2015-05-07 10:47:08 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. |