Changeset - a008c84e450d
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-07-21 17:15:41
brettcsmith@brettcsmith.org
accrual: Add E-Check payment method.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/accrual.py
Show inline comments
...
 
@@ -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'
0 comments (0 inline, 0 general)