Fix default help URLs for ordering, receiving

This commit is contained in:
Lance Edgar 2022-08-13 23:12:39 -05:00
parent 2388ab88b6
commit db3ea2e34a
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar
# Copyright © 2010-2022 Lance Edgar
#
# This file is part of Rattail.
#
@ -53,6 +53,7 @@ class OrderingBatchView(PurchasingBatchView):
index_title = "Ordering"
rows_editable = True
has_worksheet = True
default_help_url = 'https://rattailproject.org/docs/rattail-manual/features/purchasing/ordering/index.html'
labels = {
'po_total_calculated': "PO Total",