Bugzilla – Attachment 52928 Details for
Bug 14757
Allow the use of Template Toolkit syntax for slips and notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14757: Remove obsolete occurrence of is_tt
Bug-14757-Remove-obsolete-occurrence-of-istt.patch (text/plain), 897 bytes, created by
Jonathan Druart
on 2016-06-28 13:46:56 UTC
(
hide
)
Description:
Bug 14757: Remove obsolete occurrence of is_tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-28 13:46:56 UTC
Size:
897 bytes
patch
obsolete
>From 55cda5b3884d092ea68666ecc27c6bec944c4dac Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Jun 2016 14:37:57 +0100 >Subject: [PATCH] Bug 14757: Remove obsolete occurrence of is_tt > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > tools/letter.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index 35c8997..9f8ac95 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -259,7 +259,6 @@ sub add_validate { > my @content = $input->multi_param('content'); > for my $mtt ( @mtt ) { > my $is_html = $input->param("is_html_$mtt"); >- my $is_tt = $input->param("is_tt_$mtt") ? 1 : 0; > my $title = shift @title; > my $content = shift @content; > my $letter = C4::Letters::getletter( $oldmodule, $code, $branchcode, $mtt); >-- >2.8.1
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 14757
:
45325
|
45884
|
47123
|
47131
|
47176
|
47177
|
47865
|
47866
|
48498
|
48499
|
48500
|
48619
|
48620
|
48621
|
48622
|
48805
|
48806
|
48807
|
48808
|
48809
|
48810
|
52758
|
52759
|
52760
|
52761
|
52805
|
52806
|
52807
|
52895
|
52924
|
52925
|
52926
|
52927
| 52928