Bugzilla – Attachment 27806 Details for
Bug 9016
Multi transport types for notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9016: (followup) FIX letter name is not displayed on editing a letter
Bug-9016-followup-FIX-letter-name-is-not-displayed.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2014-04-30 07:27:58 UTC
(
hide
)
Description:
Bug 9016: (followup) FIX letter name is not displayed on editing a letter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-04-30 07:27:58 UTC
Size:
1.02 KB
patch
obsolete
>From 2d4c7a990d518a281d324e3f46b927b378381f69 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Thu, 27 Mar 2014 16:00:57 +0100 >Subject: [PATCH] Bug 9016: (followup) FIX letter name is not displayed on > editing a letter > >If the name is not in email, the name is not correctly retrieved. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > tools/letter.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/letter.pl b/tools/letter.pl >index 30ce3d2..789efcc 100755 >--- a/tools/letter.pl >+++ b/tools/letter.pl >@@ -176,7 +176,7 @@ sub add_form { > # So we can only sent the first one to the template. > for my $mtt ( @$message_transport_types ) { > # The letter_name >- if ( $first_flag ) { >+ if ( $first_flag and $letters->{$mtt}{name} ) { > $template->param( > letter_name=> $letters->{$mtt}{name}, > ); >-- >1.7.10.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 9016
:
13276
|
20814
|
20815
|
20816
|
20916
|
21164
|
21165
|
21166
|
21167
|
21636
|
21637
|
21638
|
21639
|
22814
|
23272
|
23273
|
23289
|
23290
|
23291
|
23292
|
23293
|
23562
|
23955
|
23956
|
23957
|
23958
|
23959
|
23960
|
24571
|
24572
|
24573
|
24574
|
24575
|
24576
|
25006
|
25123
|
25124
|
25125
|
25126
|
25127
|
25128
|
25129
|
25130
|
25415
|
25416
|
25417
|
25418
|
25419
|
25420
|
25421
|
25422
|
25606
|
25899
|
26182
|
26209
|
26210
|
26211
|
26216
|
26226
|
26233
|
26648
|
26649
|
26650
|
26656
|
26657
|
26658
|
26659
|
26660
|
26661
|
26662
|
26663
|
26664
|
26665
|
26666
|
26667
|
26668
|
26670
|
26672
|
26673
|
27794
|
27795
|
27796
|
27797
|
27798
|
27799
|
27800
|
27801
|
27802
|
27803
|
27804
|
27805
| 27806 |
27807
|
27808
|
27809