Fix default help URLs for ordering, receiving
This commit is contained in:
parent
2388ab88b6
commit
db3ea2e34a
3 changed files with 3 additions and 2 deletions
|
@ -80,6 +80,7 @@ class ReceivingBatchView(PurchasingBatchView):
|
|||
bulk_deletable = True
|
||||
configurable = True
|
||||
config_title = "Receiving"
|
||||
default_help_url = 'https://rattailproject.org/docs/rattail-manual/features/purchasing/receiving/index.html'
|
||||
|
||||
rows_editable = False
|
||||
rows_editable_but_not_directly = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue