benevity: Remove noop header copy.

The name of the header was "Payment Reference," so this never worked.
And now the information doesn't even exist in 2019 reports, so don't
bother with it.
This commit is contained in:
Brett Smith 2019-02-15 12:59:05 -05:00
parent 25b45abaeb
commit 69cf3872e9

View file

@ -49,7 +49,6 @@ class Donations2018Importer(_DonationsImporterBase):
HEADER_FIELDS = {
'Currency': 'currency',
'Disbursement ID': 'disbursement_id',
'Reference': 'reference',
}
DECIMAL_FIELDS = {
'Donation Amount': 'donation_amount',