Bugzilla – Attachment 98421 Details for
Bug 24585
Add 'Managed on' and 'Suggested on' columns to suggestions tab in patron account in staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24585: Add suggested on/managed on columns
Bug-24585-Add-suggested-onmanaged-on-columns.patch (text/plain), 1.87 KB, created by
Lucas Gass (lukeg)
on 2020-02-05 01:15:07 UTC
(
hide
)
Description:
Bug 24585: Add suggested on/managed on columns
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-02-05 01:15:07 UTC
Size:
1.87 KB
patch
obsolete
>From a6b6ec56432dd7f65ee925ec26836723d86252e0 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 5 Feb 2020 01:04:52 +0000 >Subject: [PATCH] Bug 24585: Add suggested on/managed on columns > >--- > .../prog/en/modules/members/purchase-suggestions.tt | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >index ecfd4ee850..e5f203c8f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt >@@ -1,6 +1,7 @@ > [% USE raw %] > [% USE Asset %] > [% USE Koha %] >+[% USE KohaDates %] > [% USE AuthorisedValues %] > [% USE Branches %] > [% SET footerjs = 1 %] >@@ -37,6 +38,8 @@ > <th>Summary</th> > <th>Note</th> > <th>Managed by</th> >+ <th>Managed on</th> >+ <th>Suggested on</th> > <th>Status</th> > </tr> > </thead> >@@ -73,6 +76,12 @@ > > [% END %] > </td> >+ <td data-order="[% s.manageddate | html %]"> >+ [% s.manageddate | $KohaDates %] >+ </td> >+ <td data-order="[% s.suggesteddate | html %]"> >+ [% s.suggesteddate | $KohaDates %] >+ </td> > <td> > [% SWITCH s.STATUS %] > [% CASE "ASKED" %]<span>Requested</span> >-- >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 24585
:
98421
|
98483
|
98621