Bugzilla – Attachment 181529 Details for
Bug 39688
Space missing between "suspended" and "until" in the holds summary table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39688: Added non-breaking space between Suspended and until
Bug-39688-Added-non-breaking-space-between-Suspend.patch (text/plain), 2.08 KB, created by
Laura Escamilla
on 2025-04-25 14:24:38 UTC
(
hide
)
Description:
Bug 39688: Added non-breaking space between Suspended and until
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-04-25 14:24:38 UTC
Size:
2.08 KB
patch
obsolete
>From 7fef1c83e2983f02ac6f9cccd11850ae240e6ed9 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Fri, 25 Apr 2025 14:20:28 +0000 >Subject: [PATCH] Bug 39688: Added non-breaking space between Suspended and > until >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1. Log into Koha as an end user (not staff) http://localhost:8080/ >2. Search for a book >3. Put a hold on that book >4. Click the "Summary" link in the left column to view your summary page http://localhost:8080/cgi-bin/koha/opac-user.pl?opac-user-holds=1 >5. Click the Holds tab to view your holds. >6. Click the "Suspend" button next to your hold, choose a date, and suspend the hold. >7. View the Status column on the Holds tab >8. Note it says Suspendeduntil and the date >9. Apply the patch. >10. Refresh the holds page. The âSuspendeduntilâ now shows as âSuspended untilâ. >11. Sign off and have a wonderful day! >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index 576e2dcc51..d902695c53 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -147,7 +147,7 @@ > [% ELSIF ( HOLD.is_in_processing ) %] > <span>Item in processing</span> > [% ELSIF ( HOLD.suspend ) %] >- <span>Suspended</span>[% IF ( HOLD.suspend_until ) %]<span>until</span> [% HOLD.suspend_until | $KohaDates %][% END %] >+ <span>Suspended</span>[% IF ( HOLD.suspend_until ) %] <span>until</span> [% HOLD.suspend_until | $KohaDates %][% END %] > [% ELSE %] > [% IF HOLD.itemtype %] > <span>Pending for next available item of item type '[% ItemTypes.GetDescription( HOLD.itemtype ) | html %]'</span> >-- >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 39688
:
181196
|
181529
|
181556
|
181849
|
182016
|
182040
|
182087