Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
bcaf9194
Commit
bcaf9194
authored
11 years ago
by
Dave Greenberg
Browse files
Options
Downloads
Plain Diff
Merge pull request #1670 from systopia/CRM-13428
prosed fix for CRM-13428
parents
5867d9c3
99deba35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Contribute/Form/AdditionalInfo.php
+1
-0
1 addition, 0 deletions
CRM/Contribute/Form/AdditionalInfo.php
CRM/Event/Form/Participant.php
+1
-0
1 addition, 0 deletions
CRM/Event/Form/Participant.php
with
2 additions
and
0 deletions
CRM/Contribute/Form/AdditionalInfo.php
+
1
−
0
View file @
bcaf9194
...
...
@@ -506,6 +506,7 @@ class CRM_Contribute_Form_AdditionalInfo {
'toName'
=>
$contributorDisplayName
,
'toEmail'
=>
$contributorEmail
,
'isTest'
=>
$form
->
_mode
==
'test'
,
'PDFFilename'
=>
ts
(
'receipt'
)
.
'.pdf'
,
)
);
...
...
This diff is collapsed.
Click to expand it.
CRM/Event/Form/Participant.php
+
1
−
0
View file @
bcaf9194
...
...
@@ -1692,6 +1692,7 @@ loadCampaign( {$this->_eID}, {$eventCampaigns} );
'valueName'
=>
'event_offline_receipt'
,
'contactId'
=>
$contactID
,
'isTest'
=>
(
bool
)
CRM_Utils_Array
::
value
(
'is_test'
,
$this
->
_defaultValues
),
'PDFFilename'
=>
ts
(
'confirmation'
)
.
'.pdf'
,
);
// try to send emails only if email id is present
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment