Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-20400, fixed payment receipt #10128

Merged
merged 2 commits into from
Apr 10, 2017
Merged

Conversation

pradpnayak
Copy link
Contributor


</td> {* This will be zero after final payment. *}
</tr>
<tr> <td {$emptyBlockStyle}></td>
<td {$emptyBlockValueStyle}></td></tr>
{if $paymentsComplete}
<tr>
<td colspan='2' {$valueStyle}>
{ts}Thank-you. This completes your payment for {if $component eq 'event'}{$event.event_title}{/if}.{/ts}
{ts}Thank-you. This completes your payment for {if $component eq 'event'}{$event.event_title}{/if}.{/ts}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JoeMurray what would be good text in case the payment is not related participant.

@@ -24,9 +24,7 @@

<tr>
<td>
{if $paymentConfig.confirm_email_text}
<p>{$paymentConfig.confirm_email_text|htmlize}</p>
{elseif $isRefund}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cruft code.

@@ -1,7 +1,5 @@
Dear {$contactDisplayName}
{if $paymentConfig.confirm_email_text}
{$paymentConfig.confirm_email_text}
{elseif $isRefund}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cruft code.

----------------------------------------
* CRM-20400: Update the Payment Receipt to use for Contribution pyament
  https://issues.civicrm.org/jira/browse/CRM-20400
----------------------------------------
* CRM-20400: Update the Payment Receipt to use for Contribution pyament
  https://issues.civicrm.org/jira/browse/CRM-20400
@colemanw colemanw merged commit e37bc7a into civicrm:master Apr 10, 2017
@pradpnayak pradpnayak deleted the CRM-20400 branch April 11, 2017 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants