From 5a019dd48c68c8d438192ef955f1f477575d18b7 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 21 May 2015 20:29:07 +0200 Subject: [PATCH] added itemnumber --- mkp-marc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkp-marc.pl b/mkp-marc.pl index 2d414d3..791f98e 100755 --- a/mkp-marc.pl +++ b/mkp-marc.pl @@ -7,12 +7,12 @@ use autodie; use DBI; use Data::Dump qw/dump/; -my $limit = $ENV{LIMIT} || 10; +my $limit = $ENV{LIMIT} || 50; my $dsn = 'DBI:mysql:dbname=koha_ffzg'; my $sql = qq{ select - biblionumber,title, + biblionumber,itemnumber,title, marc from items join biblioitems using (biblionumber) -- 2.20.1