Fix for bug 592
Re-issuing book does not renew correctly
This commit is contained in:
parent
25fb983f74
commit
d187195a75
1 changed files with 5 additions and 1 deletions
|
@ -313,7 +313,11 @@ $template->param(
|
|||
amountold => $amountold,
|
||||
todayissues => \@realtodayissues,
|
||||
previssues => \@realprevissues,
|
||||
responseloop => \@responsearray
|
||||
responseloop => \@responsearray,
|
||||
month=>$month,
|
||||
day=>$day,
|
||||
year=>$year
|
||||
|
||||
);
|
||||
|
||||
if ($branchcookie) {
|
||||
|
|
Loading…
Reference in a new issue