Tweaks to improve handling of "missing" items for receiving

This commit is contained in:
Lance Edgar 2023-09-17 18:30:38 -05:00
parent e894d1d1f4
commit 70956a2c47
4 changed files with 27 additions and 1 deletions

View file

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