http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6210
--- Comment #28 from Paul Poulain <[email protected]> 2012-02-02 14:34:53 UTC --- In Comment #16 I wrote: > QA comments: > 1- there is an unconditionnal warn: warn qq{No marc tags for framework > "$frameworkcode" field $kohafield}; Srdjan answered in comment #25: > Issues from comment 16: > 1. warn is not unconditional, sub returns before warn if all is ok Why didn't I checked, I don't know. But the result is the verbose logs ! In UNIMARC, there are many fields that are in items table and not connected to a MARC field. And that should not trouble anyone. So we should not issue any warning. I've pushed a follow-up removing the warning, the logs are silenced now -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
