http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2058 Summary: remove spurious warnings from C4::Items::AddItem Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: trivial Priority: P3 Component: Cataloging AssignedTo: Andrew.moore@liblime.com ReportedBy: Andrew.moore@liblime.com QAContact: koha-bugs@lists.koha.org There are a couple spurious warnings in C4::Items::AddItem that don't seem to be doing anything: warn "HERE : ".$item->{'biblionumber'}; warn "HERE 2 : ".$new_item_marc->as_formatted; I'd like to remove these. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.