Bugzilla – Attachment 118896 Details for
Bug 27974
Replace obsolete title-string sorting: Circulation templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27974: (follow-up) Address missing instance
Bug-27974-follow-up-Address-missing-instance.patch (text/plain), 2.17 KB, created by
Katrin Fischer
on 2021-03-27 14:44:55 UTC
(
hide
)
Description:
Bug 27974: (follow-up) Address missing instance
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-03-27 14:44:55 UTC
Size:
2.17 KB
patch
obsolete
>From e71dc30ee9d3107ae0aef458ce1f98b13c57c57d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 13:40:26 +0000 >Subject: [PATCH] Bug 27974: (follow-up) Address missing instance > >- Circulation -> Article requests > - Both the "Pending" and "Processing" tabs. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >index eec1c7432e..e7e34d11d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt >@@ -193,7 +193,7 @@ > > <p>[% ar.borrower.phone | html %]</p> > </td> >- <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td> >+ <td class="ar-date" data-order="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</td> > <td class="ar-actions"> > [% PROCESS actions menuid = "row" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] > </td> >@@ -292,7 +292,7 @@ > > <p>[% ar.borrower.phone | html %]</p> > </td> >- <td class="ar-date"><span title="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</span></td> >+ <td class="ar-date" data-order="[% ar.created_on | html %]">[% ar.created_on | $KohaDates %]</td> > <td class="ar-actions"> > [% PROCESS actions menuid="table_" _ ar.id id_arg=ar.id pull_right='pull-right' aria_menu='ar-actions' %] > </td> >-- >2.11.0
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 27974
:
118427
|
118437
|
118456
|
118798
|
118895
| 118896