Bugzilla – Attachment 27529 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), 984 bytes, created by
Marcel de Rooy
on 2014-04-24 11:46:04 UTC
(
hide
)
Description:
Bug 10833: Enhanced a warning message to include the message transport type in the message.
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2014-04-24 11:46:04 UTC
Size:
984 bytes
patch
obsolete
>From 8011840fa23197b185c9700f9f871dbb0ae8027c 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. >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Letters.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.7.6
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