Edit <title> to avoid clash with other field
authorKarin Gerritsen <karin@semper-it.com>
Sun, 5 Jul 2015 22:01:13 +0000 (16:01 -0600)
committerKarin Gerritsen <karin@semper-it.com>
Sun, 5 Jul 2015 22:01:13 +0000 (16:01 -0600)
Both processor_id and payment_processor_id have <title>Payment Processor</title>. 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' <title>. Renaming the <title> for processor_id to Processor ID. Leaving the payment_processor_id <title> as is: Payment Processor

xml/schema/Contribute/ContributionRecur.xml

index 1024fe0a5cdfab0050e0deb9b53b21ba9c0b2004..122696f32dcc18333c865b7d4815480485d056db 100644 (file)
   </field>
   <field>
     <name>processor_id</name>
-    <title>Payment Processor</title>
+    <title>Processor ID</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Possibly needed to store a unique identifier for this recurring payment order - if this is available from the processor??</comment>