Bugzilla – Attachment 171374 Details for
Bug 36118
ILL request log does not display patron information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[23.11] Bug 36118: Move common ILL log parts to single ill-request-log.inc file
2311-Bug-36118-Move-common-ILL-log-parts-to-single.patch (text/plain), 1.45 KB, created by
Pedro Amorim
on 2024-09-12 10:11:34 UTC
(
hide
)
Description:
[23.11] Bug 36118: Move common ILL log parts to single ill-request-log.inc file
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-12 10:11:34 UTC
Size:
1.45 KB
patch
obsolete
>From d22f39d55e20866ec2e384fde59a205466db854e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 1 Apr 2024 12:20:58 +0000 >Subject: [PATCH] [23.11] Bug 36118: Move common ILL log parts to single > ill-request-log.inc file > >Sponsored-by: UKHSA - UK Health Security Agency >Sponsored-by: PTFS Europe Ltd > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > .../prog/en/includes/ill-request-log.inc | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/ill-request-log.inc > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/ill-request-log.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-request-log.inc >new file mode 100644 >index 0000000000..8a4d96c042 >--- /dev/null >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/ill-request-log.inc >@@ -0,0 +1,14 @@ >+[% USE raw %] >+[% BLOCK ill_request_log %] >+ <p> >+ [% log.timestamp | $KohaDates with_hours => 1 %] : >+ [% IF log.patron %] >+ [%- INCLUDE 'patron-title.inc' patron => log.patron hide_patron_infos_if_needed => 1 -%] >+ [% ELSE %] >+ [% PROCESS 'action-logs.inc' %] >+ [% PROCESS translate_log_interface log_interface = log.interface %] >+ [% END %] >+ - <strong>[% action_label | html %]</strong> >+ [% content | $raw %] >+ </p> >+[% END %] >\ No newline at end of file >-- >2.43.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 36118
:
162277
|
162278
|
162279
|
162585
|
162586
|
162587
|
163178
|
163179
|
163180
|
163181
|
163283
|
163284
|
163285
|
163286
|
164181
|
164182
|
164183
|
164184
|
164185
|
164398
|
164399
|
164400
|
164401
|
164402
|
164405
|
164406
|
164407
|
164408
|
164409
|
170450
|
170451
|
170452
|
170453
|
170454
|
171372
|
171373
| 171374 |
171375
|
172785
|
172786
|
172787
|
172788
|
172789
|
173023
|
173024
|
173025
|
173026
|
173027
|
173028
|
173029
|
173030
|
173031
|
173032
|
173033
|
173034
|
173035
|
173036
|
173037
|
173038
|
173039
|
173040
|
173041