Bugzilla – Attachment 95168 Details for
Bug 23590
Add the ability to change the manager of a suggestion and notify the new manager
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23590: Display managed date in 'Your purchase suggestions'
Bug-23590-Display-managed-date-in-Your-purchase-su.patch (text/plain), 3.39 KB, created by
Jonathan Druart
on 2019-11-07 15:13:06 UTC
(
hide
)
Description:
Bug 23590: Display managed date in 'Your purchase suggestions'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2019-11-07 15:13:06 UTC
Size:
3.39 KB
patch
obsolete
>From e1f0b077d0abf6cb9373cdcacd7d0f874354ec70 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 7 Nov 2019 14:55:36 +0100 >Subject: [PATCH] Bug 23590: Display managed date in 'Your purchase > suggestions' > >--- > .../intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt | 4 +++- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 3 ++- > 2 files changed, 5 insertions(+), 2 deletions(-) > >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..dc8afa0283 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 %] >@@ -36,7 +37,7 @@ > <tr> > <th>Summary</th> > <th>Note</th> >- <th>Managed by</th> >+ <th>Managed by - on</th> > <th>Status</th> > </tr> > </thead> >@@ -72,6 +73,7 @@ > [% ELSE %] > > [% END %] >+ [% IF s.manageddate %] - [% s.manageddate | $KohaDates %][% END %] > </td> > <td> > [% SWITCH s.STATUS %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index bc76338626..2f906637f6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -304,7 +304,7 @@ > <th>Suggested on</th> > <th>Note</th> > [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]<th>Suggested for</th>[% END %] >- [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by</th>[% END %] >+ [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]<th>Managed by - on</th>[% END %] > <th>Status</th> > </tr> > </thead> >@@ -352,6 +352,7 @@ > [% suggestions_loo.surnamemanagedby | html %] > [% IF ( suggestions_loo.firstnamemanagedby ) %] , [% suggestions_loo.firstnamemanagedby | html %] > [% END %] >+ [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate | $KohaDates %][% END %] > [% END %] > </td> > [% END %] >-- >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 23590
:
95162
|
95163
|
95164
|
95165
|
95166
|
95167
|
95168
|
95169
|
95317
|
95318
|
95319
|
95320
|
95321
|
95322
|
95323
|
95324
|
95398
|
95399
|
95407
|
95408
|
95420
|
95421
|
95422
|
95423
|
95424
|
95425
|
95426
|
95427
|
95428
|
95429
|
95430
|
95431
|
95487
|
95488
|
95489
|
95490
|
95491
|
95492
|
95493
|
95494
|
95495
|
95496
|
95497
|
95498
|
98119
|
98120
|
98121
|
98122
|
98123
|
98124
|
98126
|
98127
|
98128
|
98129
|
98130
|
98131
|
98240
|
98267
|
98268
|
98279
|
100788
|
100789
|
100790
|
100791
|
100792
|
100793
|
100794
|
100795
|
100796
|
100797
|
100798
|
100799
|
100800
|
100801
|
100802
|
100803
|
100804
|
100846
|
100847
|
100848
|
100849
|
100850
|
100851
|
100852
|
100853
|
101539
|
101548
|
101588
|
101589
|
101590
|
101591
|
101592
|
101593
|
101594
|
101595
|
101596
|
101597
|
101598
|
101599
|
101600
|
101601
|
101602
|
101603
|
101604
|
101605
|
101606
|
101695