Bugzilla – Attachment 174439 Details for
Bug 37866
Unable to resolve claim from patron details page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37866: (QA follow-up) Fix another missed case
Bug-37866-QA-follow-up-Fix-another-missed-case.patch (text/plain), 1.08 KB, created by
Emily Lamancusa (emlam)
on 2024-11-12 20:47:59 UTC
(
hide
)
Description:
Bug 37866: (QA follow-up) Fix another missed case
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2024-11-12 20:47:59 UTC
Size:
1.08 KB
patch
obsolete
>From cf25662ebf6b8f2db97d3e5ceab3a102ffd51795 Mon Sep 17 00:00:00 2001 >From: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >Date: Tue, 12 Nov 2024 15:46:08 -0500 >Subject: [PATCH] Bug 37866: (QA follow-up) Fix another missed case > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 166d291887..785ad7f543 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -732,7 +732,7 @@ > </div> <!-- /.col-sm-2 order-sm-2 order-md-1 --> > </div> <!-- /.row --> > >- [% IF Koha.Preference('ClaimReturnedLostValue') %] >+ [% IF Koha.Preference('ClaimReturnedLostValue') || Koha.Preference('BundleLostValue') %] > [% INCLUDE 'modals/resolve_return_claim.inc' %] > [% END %] > >-- >2.34.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 37866
:
171301
|
171352
|
174438
| 174439