https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19367 Bug ID: 19367 Summary: $biblio variable redefined in same scope in ISBDdetail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl I've been running "perl -c" through Koha files to check for compilation errors, and I came across the following: my" variable $biblio masks earlier declaration in same scope at ./catalogue/ISBDdetail.pl line 171. Sure enough, it looks like "my $biblio" is written twice in the same scope unnecessarily. I'll look at fixing that... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.