http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9921
--- Comment #16 from Galen Charlton <[email protected]> --- 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. _______________________________________________ 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/
