From: Karin Gerritsen Date: Sun, 5 Jul 2015 22:01:13 +0000 (-0600) Subject: Edit to avoid clash with other field X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=799e1e59dde592fb0c28000b879d055fdcca2bff;p=civicrm-core.git Edit <title> to avoid clash with other field Both processor_id and payment_processor_id have <title>Payment Processor. This causes issues with imports into the recurring series table (using Eileen's CSV importer) - as the field mapping is stored by title and will always select the first match - even if you previously selected 'the second Payment Processor' . Renaming the <title> for processor_id to Processor ID. Leaving the payment_processor_id <title> as is: Payment Processor --- diff --git a/xml/schema/Contribute/ContributionRecur.xml b/xml/schema/Contribute/ContributionRecur.xml index 1024fe0a5c..122696f32d 100644 --- a/xml/schema/Contribute/ContributionRecur.xml +++ b/xml/schema/Contribute/ContributionRecur.xml @@ -128,7 +128,7 @@ </field> <field> <name>processor_id</name> - <title>Payment Processor + Processor ID varchar 255 Possibly needed to store a unique identifier for this recurring payment order - if this is available from the processor??