Bugzilla – Attachment 172419 Details for
Bug 38097
Add class to "Item was not checked out" message in checkin table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38097: Add class to not_retuned message
Bug-38097-Add-class-to-notretuned-message.patch (text/plain), 1.55 KB, created by
Andrew Fuerste-Henry
on 2024-10-04 16:34:14 UTC
(
hide
)
Description:
Bug 38097: Add class to not_retuned message
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2024-10-04 16:34:14 UTC
Size:
1.55 KB
patch
obsolete
>From f1d474f96c55a854b1a709983a6705ea7fb09cb3 Mon Sep 17 00:00:00 2001 >From: Andrew Fuerste Henry <andrewfh@dubcolib.org> >Date: Fri, 4 Oct 2024 16:31:52 +0000 >Subject: [PATCH] Bug 38097: Add class to not_retuned message > >To test: >1: Enable ShowAllCheckins >2: Check in an item that was not checked out >3: Find "Item was not checked in" message in checkin table, confirm its only class is "problem" >4: apply patch, restart_all >5: repeat 2 >6: confirm "Item was not checked in" now has the class "not_returned" >--- > 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 6c132ef2b8..30f57f2bf8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -1268,7 +1268,7 @@ > <tr> > <td class="ci-duedate"> > [% IF ( riloo.not_returned ) %] >- <span class="problem">Item was not checked in</span> >+ <span class="problem not_returned">Item was not checked in</span> > [% END %] > [% IF ( riloo.duedate ) %] > [% IF ( riloo.return_overdue ) %] >-- >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 38097
:
172419
|
172425
|
172496