Bugzilla – Attachment 99784 Details for
Bug 24298
Record if a transfer was triggered by 'return to homebranch'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24298: (follow-up) Add missing filter!
Bug-24298-follow-up-Add-missing-filter.patch (text/plain), 1.50 KB, created by
Bernardo Gonzalez Kriegel
on 2020-02-28 16:31:06 UTC
(
hide
)
Description:
Bug 24298: (follow-up) Add missing filter!
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-02-28 16:31:06 UTC
Size:
1.50 KB
patch
obsolete
>From 6401873fd59c9f3ad96d97b6669c7d51f5dac908 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 28 Feb 2020 15:47:12 +0000 >Subject: [PATCH] Bug 24298: (follow-up) Add missing filter! > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 fe9b4d498b..7f815d8ca6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -519,7 +519,7 @@ > <input type="hidden" name="tobranch" value="[% returnbranch | html %]" /> > <input type="hidden" name="transferitem" value="[% itemnumber | html %]" /> > <input type="hidden" name="barcode" value="0" /> >- <input type="hidden" name="trigger" value="[% trigger %]" /> >+ <input type="hidden" name="trigger" value="[% trigger | html %]" /> > [% INCLUDE all_checkin_messages %] > </div> > <div class="modal-footer"> >-- >2.17.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 24298
:
97450
|
97451
|
97506
|
97507
|
97535
|
97536
|
98292
|
98293
|
98294
|
99774
|
99775
|
99776
|
99777
|
99781
|
99782
|
99783
|
99784
|
100621
|
100622
|
100623
|
100624
|
100625
|
103792