Skip to content

Commit

Permalink
Merge pull request #18628 from seamuslee001/dev_core_2035
Browse files Browse the repository at this point in the history
dev/core#2035 Add in upgrade step to fix the template copy on current…
  • Loading branch information
seamuslee001 authored Sep 28, 2020
2 parents 1a39ead + 5e9334e commit 33c5cac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CRM/Upgrade/Incremental/MessageTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,13 @@ protected function getTemplateUpdates() {
['name' => 'event_online_receipt', 'type' => 'text'],
],
],

[
'version' => '5.30.beta1',
'upgrade_descriptor' => ts('Ensure that amount paid is shown even when fully paid'),
'templates' => [
['name' => 'contribution_invoice_receipt', 'type' => 'html'],
],
],
];
}

Expand Down

0 comments on commit 33c5cac

Please sign in to comment.