Bugzilla – Attachment 4475 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]
[SIGNED-OFF] bug_6410: correct borrowernumber template var name
SIGNED-OFF-bug6410-correct-borrowernumber-template.patch (text/plain), 1.32 KB, created by
Katrin Fischer
on 2011-06-15 08:44:14 UTC
(
hide
)
Description:
[SIGNED-OFF] bug_6410: correct borrowernumber template var name
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-06-15 08:44:14 UTC
Size:
1.32 KB
patch
obsolete
>From 23a898c0a11f3368f866eeb0fdaaace5d1c36a9c 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] [SIGNED-OFF] bug_6410: correct borrowernumber template var name >Content-Type: text/plain; charset="utf-8" > >Conflicts: > > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../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 c02be49..f4dc304 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.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 6410
:
4263
|
4475
|
4962