Bugzilla – Attachment 36815 Details for
Bug 10827
List of holds does not update correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10827: destBranch tt param is useless
Bug-10827-destBranch-tt-param-is-useless.patch (text/plain), 3.12 KB, created by
Alex Arnaud
on 2015-03-11 16:10:13 UTC
(
hide
)
Description:
Bug 10827: destBranch tt param is useless
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2015-03-11 16:10:13 UTC
Size:
3.12 KB
patch
obsolete
>From 1ce51ca7470881e5d7741e5cacd4f915e8942dfb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 20 Jan 2014 16:56:27 +0100 >Subject: [PATCH] Bug 10827: destBranch tt param is useless > >With previous changes, the destBranch passed to the template become >useless and can be removed. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > circ/returns.pl | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 --- > 2 files changed, 4 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 8d03631..219f004 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -432,7 +432,6 @@ if ( $messages->{'ResFound'}) { > debarred => $borr->{'debarred'}, > gonenoaddress => $borr->{'gonenoaddress'}, > barcode => $barcode, >- destbranch => $reserve->{'branchcode'}, > borrowernumber => $reserve->{'borrowernumber'}, > itemnumber => $reserve->{'itemnumber'}, > reservenotes => $reserve->{'reservenotes'}, >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 3fe2e53..73a0e1f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -208,7 +208,6 @@ $(document).ready(function () { > <input type="hidden" name="itemnumber" value="[% itemnumber %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> > <input type="hidden" name="resbarcode" value="[% barcode %]" /> >- <input type="hidden" name="diffBranch" value="[% destbranch %]" /> > <input type="hidden" name="exemptfine" value="[% exemptfine %]" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode %]" /> > >@@ -250,7 +249,6 @@ $(document).ready(function () { > <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> > <input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.borrowernumber %]" /> > [% END %] >- <input type="hidden" name="diffBranch" value="[% destbranch %]" /> > <input type="hidden" name="exemptfine" value="[% exemptfine %]" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode %]" /> > <input type="hidden" name="barcode" value="0" /> >@@ -374,7 +372,6 @@ $(document).ready(function () { > <input type="hidden" name="itemnumber" value="[% itemnumber %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> > <input type="hidden" name="resbarcode" value="[% barcode %]" /> >- <input type="hidden" name="diffBranch" value="[% destbranch %]" /> > <input type="hidden" name="exemptfine" value="[% exemptfine %]" /> > <input type="hidden" name="dropboxmode" value="[% dropboxmode %]" /> > <input type="hidden" name="return_date_override" value="[% return_date_override %]" /> >-- >1.7.10.4
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 10827
:
24551
|
24581
|
24582
|
24583
|
24584
|
24585
|
25942
|
25943
|
25944
|
25945
|
25946
|
36811
|
36812
|
36813
|
36814
| 36815