Bugzilla – Attachment 141212 Details for
Bug 30407
Add ability to syspref UpdateNotForLoanStatusOnCheckin to show only the notforloan values description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30407: (QA follow-up) Fix missing TT filter
Bug-30407-QA-follow-up-Fix-missing-TT-filter.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2022-10-02 20:36:04 UTC
(
hide
)
Description:
Bug 30407: (QA follow-up) Fix missing TT filter
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-02 20:36:04 UTC
Size:
1.43 KB
patch
obsolete
>From d7cf2c35b6dc4e146c90336b4ebc0aee19aa017a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 2 Oct 2022 20:28:38 +0000 >Subject: [PATCH] Bug 30407: (QA follow-up) Fix missing TT filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 2bc73147a3..62e9d69c7a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -262,7 +262,7 @@ > [% IF ( errmsgloo.NotForLoanStatusUpdated ) %] > <p class="problem ret_nflupdate"> > [% IF errmsgloo.NotForLoanStatusUpdated.to == 'ONLYMESSAGE' %] >- [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %] >+ [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) | html %] > [% ELSE %] > Not for loan status updated. > <br />Old value: >-- >2.30.2
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 30407
:
132554
|
138168
|
138171
|
141211
| 141212 |
141213
|
142724