Expose setting for auto-correct when receiving from invoice

This commit is contained in:
Lance Edgar 2022-08-18 17:27:30 -05:00
parent d23e5d169a
commit 89da6ae501
2 changed files with 10 additions and 0 deletions

View file

@ -1928,6 +1928,9 @@ class ReceivingBatchView(PurchasingBatchView):
{'section': 'rattail.batch',
'option': 'purchase.allow_expired_credits',
'type': bool},
{'section': 'rattail.batch',
'option': 'purchase.receiving.should_autofix_invoice_case_vs_unit',
'type': bool},
# mobile interface
{'section': 'rattail.batch',