Bugzilla – Attachment 186291 Details for
Bug 30515
Move Overdue transports to patron messaging preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30515: Fix OPAC form
Bug-30515-Fix-OPAC-form.patch (text/plain), 1.70 KB, created by
Philip Orr
on 2025-09-09 12:54:11 UTC
(
hide
)
Description:
Bug 30515: Fix OPAC form
Filename:
MIME Type:
Creator:
Philip Orr
Created:
2025-09-09 12:54:11 UTC
Size:
1.70 KB
patch
obsolete
>From 081ba0efb620294ff8353b417edee7f6deb256ec Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 4 Sep 2025 14:50:12 +0200 >Subject: [PATCH] Bug 30515: Fix OPAC form > >Signed-off-by: krimsonkharne <philip.orr@posteo.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >index eceef2707b..cebc8bfde2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt >@@ -103,6 +103,12 @@ > <span>Recall awaiting pickup</span> > [% ELSIF ( messaging_preference.Recall_Requested ) %] > <span>Return recalled item</span> >+ [% ELSIF ( messaging_preference.Overdue1 ) %] >+ <span>Overdue 1</span> >+ [% ELSIF ( messaging_preference.Overdue2 ) %] >+ <span>Overdue 2</span> >+ [% ELSIF ( messaging_preference.Overdue3 ) %] >+ <span>Overdue 3</span> > [% ELSE %] > <span>Unknown</span> > [% END %]</td >-- >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 30515
:
163564
|
163573
|
163574
|
178276
|
178548
|
178549
|
178550
|
186143
|
186144
|
186145
|
186146
|
186147
|
186258
|
186272
|
186278
|
186280
|
186287
|
186288
|
186289
|
186290
| 186291 |
186292
|
186293
|
186294
|
186295