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 <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Brendan 2011-11-11 09:25:15 -08:00 committed by Paul Poulain
parent 18e06ecf0b
commit b255d091fd

View 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 = '';