Bugzilla – Attachment 59542 Details for
Bug 17964
TT syntax for notices - Prove that CHECKIN and CHECKOUT are compatible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17964: Support date formatting
Bug-17964-Support-date-formatting.patch (text/plain), 830 bytes, created by
Jonathan Druart
on 2017-01-25 09:21:59 UTC
(
hide
)
Description:
Bug 17964: Support date formatting
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-25 09:21:59 UTC
Size:
830 bytes
patch
obsolete
>From ad6a12d12d7be7a2c7fe26267f8294d386cbcd31 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 21 Jan 2017 16:02:50 +0100 >Subject: [PATCH] Bug 17964: Support date formatting > >Using the KohaDates plugin will allow us to format dates as we want, >using the same filters as the ones defined in the KohaDates TT plugin. >--- > C4/Letters.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 875eb7e..9dcfdc7 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1456,6 +1456,8 @@ sub _process_tt { > > my $tt_params = _get_tt_params( $tables ); > >+ $content = qq|[% USE KohaDates %]$content|; >+ > my $output; > $template->process( \$content, $tt_params, \$output ) || croak "ERROR PROCESSING TEMPLATE: " . $template->error(); > >-- >2.9.3
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 17964
:
59436
|
59437
|
59438
|
59540
|
59541
|
59542
|
60403
|
60404
|
60405
|
61595
|
61627
|
62460
|
62461
|
62462
|
62463
|
62464