http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3768 Summary: Bibliographic Framework Test: Everything OK, 1 error. Product: Koha Version: rel_3_0 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: minor Priority: P5 Component: System Administration AssignedTo: paul.poulain@biblibre.com ReportedBy: m.de.rooy@rijksmuseum.nl Estimated Hours: 0.0 Change sponsored?: --- The test gives OK on all subtests, but the last line says that there is one error and I should fix it. Fix what? I discovered that I had an error on holdingbranch in one framework. The while loop in checkmarc.pl loops through all frameworks. It increments $total but the next loop the error flag in the template is reset back to zero. Add a "last" statement after incrementing $total to resolve this bug in checkmarc.pl. (All other while loops in this script do the same.) -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.