[Bug 1284] New: Typo in Install.pm prevents checking for GD::Barcode
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1284 Summary: Typo in Install.pm prevents checking for GD::Barcode Product: Koha Version: 2.2.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Installation AssignedTo: mjr@ttllp.co.uk ReportedBy: sylvar@gmail.com QAContact: koha-bugs@nongnu.org Note the misspelling 'Barcorde' in line 850 of Install.pm: unless (eval {require GD::Barcorde}) { if ($#missing>=0) { # only when $#missing >= 0 so this isn't fatal push @missing,"You will need GD::Barcode for the new barcode generator"; } } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@daddy.katipo.co.nz