remove never-used option value
[civicrm-core.git] / CRM / Upgrade / Incremental / MessageTemplates.php
index 94f932a96e5038443eba0ce1bd68a0d0476d6123..0fc233bb2b23babf415ff15c0bad2b11a7d370d5 100644 (file)
@@ -225,7 +225,13 @@ class CRM_Upgrade_Incremental_MessageTemplates {
           ['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'],
+        ],
+      ],
     ];
   }