Expose setting for auto-correct when receiving from invoice
This commit is contained in:
parent
d23e5d169a
commit
89da6ae501
2 changed files with 10 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue