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

(-)a/cataloguing/additem.pl (-1 / +1 lines)
Lines 612-617 foreach my $tag ( keys %{$tagslib}){ Link Here
612
        } 
612
        } 
613
  }
613
  }
614
}
614
}
615
@loop_data = sort {$a->{subfield} cmp $b->{subfield} } @loop_data;
615
616
616
# what's the next op ? it's what we are not in : an add if we're editing, otherwise, and edit.
617
# what's the next op ? it's what we are not in : an add if we're editing, otherwise, and edit.
617
$template->param( title => $record->title() ) if ($record ne "-1");
618
$template->param( title => $record->title() ) if ($record ne "-1");
618
- 

Return to bug 4263