From 77a753dd125c36a12ab52d271b790395979eef5d Mon Sep 17 00:00:00 2001 From: hdl Date: Mon, 6 Jun 2005 16:00:56 +0000 Subject: [PATCH] Fixing Bug : Not on first page when viewing opac-full-serial.tmpl --- C4/Bull.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Bull.pm b/C4/Bull.pm index 136bf0b6c1..ddf16bd8b5 100755 --- a/C4/Bull.pm +++ b/C4/Bull.pm @@ -222,11 +222,11 @@ sub get_full_subscription_list_from_biblionumber { 'status4' => $subs->{'status'}==4, }; }else { + $first=1 if (not $year); $year= $subs->{'year'}; $startdate= $subs->{'startdate'}; $aqbooksellername= $subs->{'aqbooksellername'}; $bibliotitle= $subs->{'bibliotitle'}; - $first=1 if (not $year); my @temp; push @temp, {'planneddate' => $subs->{'planneddate'}, -- 2.39.5