View | Details | Raw Unified | Return to bug 7215
Collapse All | Expand All

(-)a/C4/Creators/Layout.pm (-2 / +1 lines)
Lines 61-67 sub _check_params { Link Here
61
    return $exit_code;
61
    return $exit_code;
62
}
62
}
63
63
64
use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode callnumber)];
64
use constant PRESET_FIELDS => [qw(title author isbn issn itemtype barcode itemcallnumber)];
65
sub new {
65
sub new {
66
    my $invocant = shift;
66
    my $invocant = shift;
67
    my $self = '';
67
    my $self = '';
68
- 

Return to bug 7215