Bugzilla – Attachment 27473 Details for
Bug 10833
Multi transport types for advanced notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10833: Enhanced a warning message to include the message transport type in the message.
Bug-10833-Enhanced-a-warning-message-to-include-th.patch (text/plain), 885 bytes, created by
Jonathan Druart
on 2014-04-23 13:10:15 UTC
(
hide
)
Description:
Bug 10833: Enhanced a warning message to include the message transport type in the message.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-04-23 13:10:15 UTC
Size:
885 bytes
patch
obsolete
>From 2da9e97c360fe3726cc46046017c0912a6da8ce7 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Fri, 3 Jan 2014 15:29:48 +0200 >Subject: [PATCH] Bug 10833: Enhanced a warning message to include the message > transport type in the message. > >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 7b55762..62debe1 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -453,7 +453,7 @@ sub GetPreparedLetter { > my $branchcode = $params{branchcode} || ''; > > my $letter = getletter( $module, $letter_code, $branchcode, $params{message_transport_type} ) >- or warn( "No $module $letter_code letter"), >+ or warn( "No $module $letter_code letter transported by ".$params{message_transport_type}), > return; > > my $tables = $params{tables}; >-- >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 10833
:
20820
|
23901
|
23902
|
27472
|
27473
|
27528
|
27529