Bugzilla – Attachment 3804 Details for
Bug 6121
waitingreserves: branchname instead of branch code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-Bug-6121-Holds-awaiting-pickup.patch (text/plain), 3.15 KB, created by
Julian Maurice
on 2011-04-07 14:29:09 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2011-04-07 14:29:09 UTC
Size:
3.15 KB
patch
obsolete
>From e6ec6f78d8cebe31b41ac3837dd2687a491fd89e Mon Sep 17 00:00:00 2001 >From: Christophe Croullebois <christophe.croullebois@biblibre.com> >Date: Tue, 8 Feb 2011 17:58:54 +0100 >Subject: [PATCH] Bug 6121: Holds awaiting pickup > >On holds over, when cancelling hold and returning to his branch a bug fill the branchtransfers.tobranch field with the branchname instead of the branch code. > >BibLibre MT5647 >--- > circ/waitingreserves.pl | 3 ++- > .../prog/en/modules/circ/waitingreserves.tmpl | 4 ++-- > 2 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl >index 9850114..352c9a6 100755 >--- a/circ/waitingreserves.pl >+++ b/circ/waitingreserves.pl >@@ -126,7 +126,8 @@ foreach my $num (@getreserves) { > $getreserv{'itemnumber'} = $gettitle->{'itemnumber'}; > $getreserv{'biblionumber'} = $gettitle->{'biblionumber'}; > $getreserv{'barcode'} = $gettitle->{'barcode'}; >- $getreserv{'homebranch'} = GetBranchName($gettitle->{'homebranch'}); >+ $getreserv{'branchname'} = GetBranchName($gettitle->{'homebranch'}); >+ $getreserv{'homebranch'} = $gettitle->{'homebranch'}; > $getreserv{'holdingbranch'} = $gettitle->{'holdingbranch'}; > $getreserv{'itemcallnumber'} = $gettitle->{'itemcallnumber'}; > if ( $gettitle->{'homebranch'} ne $gettitle->{'holdingbranch'} ) { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl >index e25c491..44b49e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tmpl >@@ -102,7 +102,7 @@ $.tablesorter.addParser({ > <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" /> > <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="homebranch" -->" /> > <!-- TMPL_IF NAME="dotransfer" --> >- <input type="submit" value="Cancel hold and return to : <!-- TMPL_VAR NAME="homebranch" -->" /> >+ <input type="submit" value="Cancel hold and return to : <!-- TMPL_VAR NAME="branchname" -->" /> > <!-- TMPL_ELSE --> > <input type="submit" value="Cancel hold" /> > <!-- /TMPL_IF --> >@@ -145,7 +145,7 @@ $.tablesorter.addParser({ > <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" /> > <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="homebranch" -->" /> > <!-- TMPL_IF NAME="dotransfer" --> >- <input type="submit" value="Cancel hold and return to : <!-- TMPL_VAR NAME="homebranch" -->" /> >+ <input type="submit" value="Cancel hold and return to : <!-- TMPL_VAR NAME="branchname" -->" /> > <!-- TMPL_ELSE --> > <input type="submit" value="Cancel hold" /> > <!-- /TMPL_IF --> >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6121
:
3804
|
4133
|
4926
|
4927