Bugzilla – Attachment 87997 Details for
Bug 22632
Add logging of merged patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22632: adding of the rescearch of merge in the log viewer
Bug-22632-adding-of-the-rescearch-of-merge-in-the-.patch (text/plain), 1.74 KB, created by
axel
on 2019-04-15 07:51:55 UTC
(
hide
)
Description:
Bug 22632: adding of the rescearch of merge in the log viewer
Filename:
MIME Type:
Creator:
axel
Created:
2019-04-15 07:51:55 UTC
Size:
1.74 KB
patch
obsolete
>From ad8a1b5555ca214dbe4af34755b45c3273e1317b Mon Sep 17 00:00:00 2001 >From: Axel Amghar <axel.amghar@gmail.com> >Date: Fri, 12 Apr 2019 17:09:32 +0200 >Subject: [PATCH] Bug 22632: adding of the rescearch of merge in the log viewer > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index d036880..9644426 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -57,6 +57,7 @@ > [% CASE 'DELCIRCMESSAGE' %]Delete circulation message > [% CASE 'STATUS_CHANGE' %]Change ILL request status > [% CASE 'Run' %]Run >+[% CASE 'Merge' %]Merge > [% CASE %][% action | html %] > [% END %] > [% END %] >@@ -123,7 +124,7 @@ > <option value="">All</option> > [% END %] > >- [% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' ] %] >+ [% FOREACH actx IN [ 'ADD' 'DELETE' 'MODIFY' 'ISSUE' 'RETURN' 'RENEW' 'CREATE' 'CANCEL' 'SUSPEND' 'RESUME' 'ADDCIRCMESSAGE' 'DELCIRCMESSAGE' 'STATUS_CHANGE' 'CHANGE PASS' 'Run' 'Merge' ] %] > [% IF actions.grep(actx).size %] > <option value="[% actx | html %]" selected="selected">[% PROCESS translate_log_action action=actx %]</option> > [% ELSE %] >-- >2.7.4
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 22632
:
87778
|
87920
|
87921
|
87922
|
87923
|
87926
|
87995
|
87996
|
87997
|
87998
|
87999
|
88043
|
88044
|
88045
|
88046
|
89728
|
89729
|
89730
|
89731
|
157260
|
157261
|
157262
|
157263
|
157264
|
157265
|
157266
|
157267
|
157268
|
157269
|
157270
|
157271
|
157278
|
157281
|
157286
|
159553
|
159554
|
159555
|
159556
|
159557
|
159558