Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-21690

Displaying Transaction Id in Thank you letter

    Details

    • Type: Bug
    • Status: In Quality Assurance
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 4.7.29
    • Fix Version/s: 4.7.31
    • Component/s: None
    • Labels:
    • Versioning Impact:
      Patch (backwards-compatible bug fixes)
    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code
    • Verified?:
      No

      Description

      Description at https://civicrm.stackexchange.com/questions/21912/displaying-transaction-id-in-thank-you-letter

      Html snippet:

      
      <table>
      	<thead>
      		<tr>
      			<th>Date</th>
      			<th>Sum Recieved</th>
      			<th>Payment Method</th>
      			<th>Receipt Number</th>
      		</tr>
      	</thead>
      	<tbody>
      		<tr>
      			<td>{contribution.receive_date}</td>
      			<td>{contribution.total_amount}</td>
      			<td>{contribution.payment_instrument}</td>
      			<td>
      				{capture assign=temp}
      					{contribution.trxn_id}
      				{/capture}
      				{if $temp ne ""}
      					{$temp}
      				{else}
      					{contribution.check_number}
      				{/if}
      			</td>
      		</tr>
      	</tbody>
      </table>
      
      

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              pradeep.nayak Pradeep Nayak
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: