From b255d091fdbfecf1dd82475052ad966546a76e7f Mon Sep 17 00:00:00 2001 From: Brendan Date: Fri, 11 Nov 2011 09:25:15 -0800 Subject: [PATCH] Bug 7215 - changed callnumber PRESET field to itemcallnumber Fixes problem with creating new labels - before it populated with callnumber and not itemcallnumber Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain --- C4/Creators/Layout.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm index 9de8ece401..73a19fa640 100644 --- a/C4/Creators/Layout.pm +++ b/C4/Creators/Layout.pm @@ -61,7 +61,7 @@ sub _check_params { return $exit_code; } -use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode callnumber)]; +use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode itemcallnumber)]; sub new { my $invocant = shift; my $self = ''; -- 2.20.1