@@ -, +, @@ dialogs is now displayed --- circ/returns.pl | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) --- a/circ/returns.pl +++ a/circ/returns.pl @@ -178,6 +178,7 @@ if ( $query->param('resbarcode') ) { borcnum => $borr->{'cardnumber'}, borfirstname => $borr->{'firstname'}, borsurname => $borr->{'surname'}, + borcategory => $borr->{'description'}, diffbranch => 1, ); } @@ -409,6 +410,7 @@ if ( $messages->{'WrongTransfer'} and not $messages->{'WasTransfered'}) { wname => $name, wborfirstname => $borr->{'firstname'}, wborsurname => $borr->{'surname'}, + wborcategory => $borr->{'description'}, wbortitle => $borr->{'title'}, wborphone => $borr->{'phone'}, wboremail => $borr->{'email'}, @@ -453,6 +455,7 @@ if ( $messages->{'ResFound'}) { name => $borr->{'surname'} . ", " . $borr->{'title'} . " " . $borr->{'firstname'}, borfirstname => $borr->{'firstname'}, borsurname => $borr->{'surname'}, + borcategory => $borr->{'description'}, bortitle => $borr->{'title'}, borphone => $borr->{'phone'}, boremail => $borr->{'email'}, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -217,8 +217,8 @@ $(document).ready(function () { [% IF ( wborcnum ) %]
Hold for: