Bugzilla – Attachment 118907 Details for
Bug 27990
Replace obsolete title-string sorting: Patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27990: (follow-up) Address missing instances
Bug-27990-follow-up-Address-missing-instances.patch (text/plain), 2.17 KB, created by
Katrin Fischer
on 2021-03-27 15:59:26 UTC
(
hide
)
Description:
Bug 27990: (follow-up) Address missing instances
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-03-27 15:59:26 UTC
Size:
2.17 KB
patch
obsolete
>From 39cf2436de374d58fb35782adbd26ac0f608772e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 12:15:56 +0000 >Subject: [PATCH] Bug 27990: (follow-up) Address missing instances > >With multiple pending discharge requests, follow the "Discharge >requests pending" link from the staff interface home page. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >index f24d630be6..143b74a9d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt >@@ -25,7 +25,7 @@ > <tr> > <th>Patron</th> > <th>Library</th> >- <th class="title-string">Date requested</th> >+ <th>Date requested</th> > <th>Allow</th> > </tr> > </thead> >@@ -34,7 +34,7 @@ > <tr> > <td><a href="/cgi-bin/koha/members/discharge.pl?borrowernumber=[% d.borrower.borrowernumber | uri %]">[% d.borrower.surname | html %], [% d.borrower.firstname | html %]</a></td> > <td>[% d.borrower.branchcode.branchname | html %]</td> >- <td><span title="[% d.needed | html %]">[% d.needed | $KohaDates %]</span></td> >+ <td data-order="[% d.needed | html %]">[% d.needed | $KohaDates %]</td> > <td><a class="btn btn-xs btn-default" href="/cgi-bin/koha/members/discharges.pl?op=allow&borrowernumber=[% d.borrower.borrowernumber | html %]"><i class="fa fa-check"></i> Allow</a></td> > </tr> > [% END %] >@@ -63,8 +63,7 @@ > searching: true, > order: [[2, "asc"]], > columnDefs: [ >- { targets: -1, orderable: false }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] } >+ { targets: -1, orderable: false } > ], > })); > }); >-- >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 27990
:
118507
|
118674
|
118675
|
118784
|
118906
| 118907