Bugzilla – Attachment 25946 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.07 KB, created by
Kyle M Hall (khall)
on 2014-03-07 17:08:01 UTC
(
hide
)
Description:
Bug 10827: destBranch tt param is useless
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-03-07 17:08:01 UTC
Size:
3.07 KB
patch
obsolete
>From 7b4337d4728e224a3bbfe969eb48be35a8ac0a3a 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 - > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 --- > 2 files changed, 0 insertions(+), 4 deletions(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 51a5c4d..f4f5194 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -400,7 +400,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 aee0a5e..b3bed42 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -153,7 +153,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 %]" /> > </form> >@@ -192,7 +191,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" /> >@@ -307,7 +305,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 %]" /> > </form> >-- >1.7.2.5
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