Bug 7215 - changed callnumber PRESET field to itemcallnumber
authorBrendan <info@bywatersolutions.com>
Fri, 11 Nov 2011 17:25:15 +0000 (09:25 -0800)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 12 Dec 2011 16:36:09 +0000 (17:36 +0100)
Fixes problem with creating new labels - before it populated with callnumber and not itemcallnumber

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Creators/Layout.pm

index 9de8ece..73a19fa 100644 (file)
@@ -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 = '';