--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- a/src/C4/Labels/Label.pm 2019-08-28 12:08:53.743267103 +0300 +++ b/src/C4/Labels/Label.pm 2019-08-28 13:07:22.603565013 +0300 @@ -428,7 +428,7 @@ my @label_lines; # Fields which hold call number data FIXME: ( 060? 090? 092? 099? ) my @callnumber_list = qw(itemcallnumber 050a 050b 082a 952o 995k); - if ((grep {$field->{'code'} =~ m/$_/} @callnumber_list) and ($self->{'printing_type'} eq 'BIB') and ($self->{'callnum_split'})) { # If the field contains the call number, we do some sp + if ((grep {$field->{'code'} =~ m/$_/} @callnumber_list) and ($self->{'printing_type'} ne 'BAR') and ($self->{'callnum_split'})) { # If the field contains the call number, we do some sp if ($cn_source eq 'lcc' || $cn_source eq 'nlm') { # NLM and LCC should be split the same way @label_lines = _split_lccn($field_data); @label_lines = _split_ccn($field_data) if !@label_lines; # If it was not a true lccn, try it as a custom call number