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:
parent
25b45abaeb
commit
69cf3872e9
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ class Donations2018Importer(_DonationsImporterBase):
|
||||||
HEADER_FIELDS = {
|
HEADER_FIELDS = {
|
||||||
'Currency': 'currency',
|
'Currency': 'currency',
|
||||||
'Disbursement ID': 'disbursement_id',
|
'Disbursement ID': 'disbursement_id',
|
||||||
'Reference': 'reference',
|
|
||||||
}
|
}
|
||||||
DECIMAL_FIELDS = {
|
DECIMAL_FIELDS = {
|
||||||
'Donation Amount': 'donation_amount',
|
'Donation Amount': 'donation_amount',
|
||||||
|
|
Loading…
Reference in a new issue