Lines 262-267
if ($op eq "additem") {
Link Here
|
262 |
} |
262 |
} |
263 |
$item->more_subfields_xml(undef); |
263 |
$item->more_subfields_xml(undef); |
264 |
} else { |
264 |
} else { |
|
|
265 |
next if $c eq 'itemnumber'; |
265 |
my @v = grep { $_ ne "" } |
266 |
my @v = grep { $_ ne "" } |
266 |
uniq $input->multi_param( "items." . $c ); |
267 |
uniq $input->multi_param( "items." . $c ); |
267 |
|
268 |
|
268 |
- |
|
|