Bugzilla – Attachment 180417 Details for
Bug 25733
Return claims attention can't be cleared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25733: (follow-up) Tidy
Bug-25733-follow-up-Tidy.patch (text/plain), 1.80 KB, created by
Marion Durand
on 2025-04-02 15:11:59 UTC
(
hide
)
Description:
Bug 25733: (follow-up) Tidy
Filename:
MIME Type:
Creator:
Marion Durand
Created:
2025-04-02 15:11:59 UTC
Size:
1.80 KB
patch
obsolete
>From 0fbb65350b820ad33b3fef7eb1e05a25f6b621cc Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 24 Mar 2025 19:45:09 +0000 >Subject: [PATCH] Bug 25733: (follow-up) Tidy > >Signed-off-by: Marion Durand <marion.durand@biblibre.com> >--- > .../intranet-tmpl/prog/en/includes/patron_messages.inc | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >index f6d12604f4..d27e52efb6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc >@@ -122,13 +122,9 @@ > > [% IF unresolved_return_claims.count > UnresolvedClaimReturnedWarningThreshold %] > [% IF unresolved_return_claims.count > 1 %] >- <li class="return_claims blocker"> >- <span class="circ-hlt return-claims">Unresolved return claims:</span> Patron has [% unresolved_return_claims.count | html %] unresolved RETURN CLAIMS >- </li> >+ <li class="return_claims blocker"> <span class="circ-hlt return-claims">Unresolved return claims:</span> Patron has [% unresolved_return_claims.count | html %] unresolved RETURN CLAIMS </li> > [% ELSE %] >- <li class="return_claims blocker"> >- <span class="circ-hlt return-claims">Unresolved return claims:</span> Patron has [% unresolved_return_claims.count | html %] unresolved RETURN CLAIM >- </li> >+ <li class="return_claims blocker"> <span class="circ-hlt return-claims">Unresolved return claims:</span> Patron has [% unresolved_return_claims.count | html %] unresolved RETURN CLAIM </li> > [% END %] > [% END %] > >-- >2.39.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 25733
:
168678
|
168679
|
168680
|
168681
|
168759
|
179671
|
179672
|
179673
|
179674
|
180414
|
180415
|
180416
| 180417