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

(-)a/serials/serials-edit.pl (-2 / +2 lines)
Lines 128-134 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
128
my @serialdatalist;
128
my @serialdatalist;
129
my %processedserialid;
129
my %processedserialid;
130
130
131
my $today = output_pref( dt_from_string );
131
my $today = output_pref( { dt => dt_from_string, dateonly => 1 } );
132
132
foreach my $serialid (@serialids) {
133
foreach my $serialid (@serialids) {
133
134
134
    #filtering serialid for duplication
135
    #filtering serialid for duplication
135
- 

Return to bug 14969