From 1f4602ea566b0470d846c9c337a794f313cacc90 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 30 Jul 2021 19:54:15 +1200 Subject: [PATCH] Update label on payment instrument --- CRM/Contribute/DAO/Contribution.php | 3 ++- xml/schema/Contribute/Contribution.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Contribute/DAO/Contribution.php b/CRM/Contribute/DAO/Contribution.php index 85144ddce3..25a8b10d19 100644 --- a/CRM/Contribute/DAO/Contribution.php +++ b/CRM/Contribute/DAO/Contribution.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Contribution.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:59912e3825f18a5769be0e5be1ca01ff) + * (GenCodeChecksum:9e26b2d7dbaf18117d12aae5bb1b0378) */ /** @@ -412,6 +412,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { 'localizable' => 0, 'html' => [ 'type' => 'Select', + 'label' => ts("Payment Method"), ], 'pseudoconstant' => [ 'optionGroupName' => 'payment_instrument', diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index f61001dea7..b8ac6f0792 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -114,6 +114,7 @@ Select + 1.3 -- 2.25.1