Bugzilla – Attachment 121593 Details for
Bug 28171
Serial enumeration / chronology sorting is broken in biblio page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28171: Restore comment to remove ambiguity
Bug-28171-Restore-comment-to-remove-ambiguity.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2021-06-03 13:38:25 UTC
(
hide
)
Description:
Bug 28171: Restore comment to remove ambiguity
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-06-03 13:38:25 UTC
Size:
1.36 KB
patch
obsolete
>From 65094b5248842d4d1c299cd329d5efaa5310d350 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 3 Jun 2021 15:38:01 +0200 >Subject: [PATCH] Bug 28171: Restore comment to remove ambiguity > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 9cc56af50a4..c7183df68a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -394,7 +394,7 @@ Note that permanent location is a code, and location may be an authval. > [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %] > <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td> > [% IF ( volinfo ) %] >- [% IF ( itemdata_publisheddate ) %] >+ [% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %] > <td class="enumchron" data-order="[% item.publisheddate | html %]"> > [% ELSE %] > <td class="enumchron"> >-- >2.20.1
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 28171
:
119869
|
119896
|
119960
|
119961
|
121210
|
121211
|
121212
|
121213
|
121214
|
121215
|
121483
|
121484
| 121593