From 63758df267b44935cfb49b8571f396da708256a4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 7 Mar 2009 11:41:50 -0600 Subject: [PATCH] Fix for Bug 3015: Check-in screen displays branch name inconsistently Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- circ/returns.pl | 3 +++ .../prog/en/modules/circ/returns.tmpl | 22 +++++++++++++------ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/circ/returns.pl b/circ/returns.pl index b736ecfd3c..f28580ef2c 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -340,6 +340,9 @@ if ( $messages->{'ResFound'}) { currentbranch => $branches->{C4::Context->userenv->{'branch'}}->{'branchname'}, itemnumber => $reserve->{'itemnumber'}, barcode => $barcode, + destbranchname => + $branches->{ $reserve->{'branchcode'} }->{'branchname'}, + destbranch => $reserve->{'branchcode'}, ); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl index 7658bd48d6..c60e2b72ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -93,8 +93,14 @@ function Dopop(link) {
  • -
  • ">
  • -

    +
  • ">
  • +
  • Patron is RESTRICTED
  • +
  • Patron's address is in doubt
  • + +

    Transfer to:

    + +

    Hold at

    +
    @@ -125,9 +131,11 @@ function Dopop(link) {
  • ">
  • - -

    Transfer to:

    - + +

    Transfer to:

    + +

    Hold at

    + @@ -152,7 +160,7 @@ function Dopop(link) {

    This item needs to be transfered to

    -
    Transfer Now?
    + Transfer Now?
    @@ -164,7 +172,7 @@ function Dopop(link) { " value="" /> -
    + -- 2.39.5