From a008c84e450dd68ca676a891531fbb60069c54c2 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 21 Jul 2020 13:15:41 -0400 Subject: [PATCH] accrual: Add E-Check payment method. --- conservancy_beancount/reports/accrual.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conservancy_beancount/reports/accrual.py b/conservancy_beancount/reports/accrual.py index 085c775..b46bbc1 100644 --- a/conservancy_beancount/reports/accrual.py +++ b/conservancy_beancount/reports/accrual.py @@ -440,6 +440,7 @@ class OutgoingReport(BaseReport): check = 'Check' creditcard = 'Credit Card' debitcard = 'Debit Card' + echeck = 'E-Check' paypal = 'PayPal' vendorportal = 'Vendor Portal' wire = 'Wire'