Bugzilla – Attachment 61712 Details for
Bug 17971
TT syntax for notices - Add support for plurals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17971 (QA Followup) Clarify comment
Bug-17971-QA-Followup-Clarify-comment.patch (text/plain), 914 bytes, created by
Nick Clemens (kidclamp)
on 2017-03-29 20:12:45 UTC
(
hide
)
Description:
Bug 17971 (QA Followup) Clarify comment
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-03-29 20:12:45 UTC
Size:
914 bytes
patch
obsolete
>From 1442eb848c2f8253e624a879920827ff6d7a18f3 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 29 Mar 2017 16:10:52 -0400 >Subject: [PATCH] Bug 17971 (QA Followup) Clarify comment > >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 6715213..e875e26 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -691,7 +691,7 @@ sub GetPreparedLetter { > > my $tables = $params{tables} || {}; > my $substitute = $params{substitute} || {}; >- my $loops = $params{loops} || {}; # loops is not supported for history syntax >+ my $loops = $params{loops} || {}; # loops is not supported for historical notices syntax > my $repeat = $params{repeat}; > %$tables || %$substitute || $repeat || %$loops > or carp( "ERROR: nothing to substitute - both 'tables', 'loops' and 'substitute' are empty" ), >-- >2.1.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 17971
:
59426
|
59427
|
59529
|
59530
|
60987
|
60988
|
61710
|
61711
| 61712