Bugzilla – Attachment 4263 Details for
Bug 6410
Returns use wrong borrower number var name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-bug_6410-correct-borrowernumber-template-var-name.patch (text/plain), 1.21 KB, created by
Srdjan Jankovic
on 2011-05-25 23:22:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2011-05-25 23:22:29 UTC
Size:
1.21 KB
patch
obsolete
>From dac5edddab868586e95d6c4dd174cc587beee876 Mon Sep 17 00:00:00 2001 >From: Srdjan Jankovic <srdjan@catalyst.net.nz> >Date: Thu, 26 May 2011 11:22:03 +1200 >Subject: [PATCH] bug_6410: correct borrowernumber template var name > >Conflicts: > > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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 620f770..f2b855c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -204,7 +204,7 @@ function Dopop(link) { > [% FOREACH inputloo IN inputloop %] > <input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" /> > <input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" /> >- <input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.bornum %]" /> >+ <input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.borrowernumber %]" /> > [% END %] > <input type="hidden" name="barcode" value="0" /> > </form> </div> >-- >1.6.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 6410
:
4263
|
4475
|
4962