Bugzilla – Attachment 167239 Details for
Bug 36984
Transit pending status breaks holdings info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 36984
bug-36984.patch (text/plain), 2.07 KB, created by
Adolfo RodrÃguez Taboada
on 2024-05-29 11:56:46 UTC
(
hide
)
Description:
bug 36984
Filename:
MIME Type:
Creator:
Adolfo RodrÃguez Taboada
Created:
2024-05-29 11:56:46 UTC
Size:
2.07 KB
patch
obsolete
>From 847c7bab951ef397bddb32844e97442aa7d8e444 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Adolfo=20Rodr=C3=ADguez?= <adolfo.rodriguez@xercode.es> >Date: Wed, 29 May 2024 13:55:05 +0200 >Subject: [PATCH] bug 36984 > >"Transit pending" status breaks the bibliographic record Intranet detail page > >Test plan: >1 Create a rotating collection >2 Add an item >3 Transfer the collection >4 Check the detail page of the bibliography record of the item in the Intranet. Notice that it's stuck Processing >5 Apply patch, restart services >6 Repeat step 4. Now the item shows up with the text "Transit pending from..." >--- > .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 3c08fe3ec7..922a2192e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -474,7 +474,7 @@ > if ( row.transfer.datesent ) { > nodes += '<span class="intransit">%s</span>'.format(_("In transit from %s to %s since %s").format(escape_str(row.transfer._strings.from_library.str), escape_str(row.transfer._strings.to_library.str), $date(row.transfer.datesent))); > } else { >- nodes += '<span class="transitrequested">%s</span>'.format(_("Transit pending from %s to %s since %s").format(escape_str(row.transfer._strings.from_library_.str), escape_str(row.transfer._strings.to_library.str), $date(row.transfer.daterequested))); >+ nodes += '<span class="transitrequested">%s</span>'.format(_("Transit pending from %s to %s since %s").format(escape_str(row.transfer._strings.from_library.str), escape_str(row.transfer._strings.to_library.str), $date(row.transfer.daterequested))); > } > } > >-- >2.30.2
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 36984
:
167239
|
167269
|
167291
|
167759