Bugzilla – Attachment 163795 Details for
Bug 35107
ILL - Type disclaimer value and date should be visible under "Request details" in the manage request page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35107: (QA follow-up) Use TT filter
Bug-35107-QA-follow-up-Use-TT-filter.patch (text/plain), 1.37 KB, created by
Pedro Amorim
on 2024-03-25 10:51:35 UTC
(
hide
)
Description:
Bug 35107: (QA follow-up) Use TT filter
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-03-25 10:51:35 UTC
Size:
1.37 KB
patch
obsolete
>From 4680be6119ed44b83191f7100884ab0a4247b765 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 25 Mar 2024 10:51:13 +0000 >Subject: [PATCH] Bug 35107: (QA follow-up) Use TT filter > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index d63a1cb49cc..e68fbf64776 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -700,7 +700,7 @@ > <li class="type_disclaimer_date"> > <span class="label type_disclaimer_date">Type disclaimer date:</span> > [% type_disclaimer_date = request.get_type_disclaimer_date %] >- [% IF type_disclaimer_date %][% type_disclaimer_date | html %][% ELSE %]<span>N/A</span>[% END %] >+ [% IF type_disclaimer_date %][% type_disclaimer_date | $KohaDates with_hours => 1 %][% ELSE %]<span>N/A</span>[% END %] > </li> > <li class="cost"> > <span class="label cost">Cost:</span> >-- >2.30.2
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 35107
:
157438
|
158072
|
159271
|
159272
|
161073
|
161074
|
161075
| 163795