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

Email Receipt - Public (FrontEd) Event Registration - Participant Total shows extraneous tax and total when taxes not used

    Details

    • Type: Bug
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 4.7.13
    • Fix Version/s: None
    • Component/s: CiviContribute
    • Labels:
    • Versioning Impact:
      Patch (backwards-compatible bug fixes)
    • Documentation Required?:
      None
    • Funding Source:
      Needs Funding
    • Verified?:
      No

      Description

      This (see screenshot)

      does not look right for Organizations not using Taxes. We really don't want any TaxAmt printed if the org does not use any Taxes.

      Message template: Events - Registration Confirmation and Receipt (on-line)

      <tr {$participantTotal}>
        <td colspan=3>{ts}Participant Total{/ts}</td>
        <td colspan=2 {$individual.$priceset.totalAmtWithTax-$individual.$priceset.totalTaxAmt|crmMoney}</td>
        <td colspan=1>{$individual.$priceset.totalTaxAmt|crmMoney}</td>
        <td colspan=2>{$individual.$priceset.totalAmtWithTax|crmMoney}</td>
      </tr>
      

      BackEnd Message template Events - Registration Confirmation and Receipt (off-line)
      is fine.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                KarinG KarinG
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: