[Koha-bugs] [Bug 9921] Make it possible to force 001 = biblionumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 14 16:30:22 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921

--- Comment #16 from Galen Charlton <gmcharlt at gmail.com> ---
Comment on attachment 18862
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18862
Bug 9921 - Make it possible to force 001 = biblionumber

Review of attachment 18862:
 --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9921&attachment=18862)
-----------------------------------------------------------------

::: cataloguing/value_builder/marc21_field_001.pl
@@ +18,5 @@
> +# with Koha; if not, write to the Free Software Foundation, Inc.,
> +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> +
> +use strict;
> +#use warnings; FIXME - Bug 2505

New code *must* enable the warnings pragma; please use Modern::Perl.  More
details at

http://wiki.koha-community.org/wiki/Coding_Guidelines#PERL2:_Modern::Perl

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list