Towards deprecating contributionType in favour of financialType
[civicrm-core.git] / xml / templates / message_templates / event_online_receipt_html.tpl
index 6c72cad20d387079b1a9ad715946becb208ad0a3..90d93bb5fbab9b2a793cc304db026e096a25a247 100644 (file)
         </tr>
        {/if}
 
-       {if $contributionTypeName}
+       {if $financialTypeName}
         <tr>
          <td {$labelStyle}>
           {ts}Financial Type{/ts}
          </td>
          <td {$valueStyle}>
-          {$contributionTypeName}
+          {$financialTypeName}
          </td>
         </tr>
        {/if}