Bug 6202 : Fix for showing subscription details
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
26e7237046
commit
c3912ebf90
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ for my $date qw(startdate enddate firstacquidate histstartdate histenddate){
|
|||
}
|
||||
$subs->{location} = GetKohaAuthorisedValueLib("LOC",$subs->{location});
|
||||
$subs->{abouttoexpire} = abouttoexpire($subs->{subscriptionid});
|
||||
$template->param($subs);
|
||||
$template->param(%{ $subs });
|
||||
$template->param(biblionumber_for_new_subscription => $subs->{bibnum});
|
||||
my @irregular_issues = split /,/, $subs->{irregularity};
|
||||
|
||||
|
|
Loading…
Reference in a new issue