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

Remove reference to 'dataArray' from text version of contribution_online_receipt #25186

Merged
merged 1 commit into from
Dec 19, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

Remove reference to 'dataArray' from text version of contribution_online_receipt

Before

$dataArray mostly removed from online contribution template - but one holdout in the text version

The html version was updated to

        {if $isShowTax && '{contribution.tax_amount|raw}' !== '0.00'}
                  <td>{$line.unit_price*$line.qty|crmMoney:$currency}</td>

But the text version was still {if !empty($dataArray)}

After

Text version as per html version (not that we really need text versions - but that is another story)

Technical Details

Will do regen once merged - using new magic thingee

Comments

@civibot
Copy link

civibot bot commented Dec 16, 2022

(Standard links)

@civibot civibot bot added the master label Dec 16, 2022
@seamuslee001 seamuslee001 merged commit 33fbb45 into civicrm:master Dec 19, 2022
@seamuslee001 seamuslee001 deleted the data_array branch December 19, 2022 20:24
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.

2 participants