From: Owen Leonard Date: Sat, 7 Mar 2009 17:41:50 +0000 (-0600) Subject: Fix for Bug 3015: Check-in screen displays branch name inconsistently X-Git-Tag: ontop~369 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=ebc9a2668645d71d457a7d1de715c823ab80a6d3;p=koha.git Fix for Bug 3015: Check-in screen displays branch name inconsistently Signed-off-by: Galen Charlton --- diff --git a/circ/returns.pl b/circ/returns.pl index e5c39bedd7..ff2956fcb6 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 5bd664912f..5765414d6d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -96,7 +96,11 @@ function Dopop(link) {
  • ">
  • Patron is RESTRICTED
  • Patron's address is in doubt
  • -

    + +

    Transfer to:

    + +

    Hold at

    +
    @@ -129,9 +133,11 @@ function Dopop(link) {
  • Patron is RESTRICTED
  • Patron's address is in doubt
  • - -

    Transfer to:

    - + +

    Transfer to:

    + +

    Hold at

    + @@ -156,7 +162,7 @@ function Dopop(link) {

    This item needs to be transfered to

    -
    Transfer Now?
    + Transfer Now?
    @@ -168,7 +174,7 @@ function Dopop(link) { " value="" /> -
    +