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:
parent
18e06ecf0b
commit
b255d091fd
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue