plugin: Don't check payable documentation for now.

I believe we still want this in principle, but we're not currently enforcing
it the way I thought we were, and we very regularly write Payables without
this supporting documentation (for trip reimbursement, regular service fees,
etc.). Enforcing this now would be way too noisy in the books, we need to
devise a separate plan to enforce this if we want it.
This commit is contained in:
Brett Smith 2020-05-01 12:02:07 -04:00
parent 1b81375294
commit bbd99e96c0

View file

@ -54,7 +54,8 @@ class HookRegistry:
'.meta_expense_allocation': None,
'.meta_income_type': None,
'.meta_invoice': None,
'.meta_payable_documentation': None,
# Enforcing this hook would be premature as of May 2020. --brett
# '.meta_payable_documentation': None,
'.meta_paypal_id': ['MetaPayPalID'],
'.meta_project': None,
'.meta_receipt': None,