Add setting for "price may be questionable"
This commit is contained in:
parent
892ddaa985
commit
a3c4f0cc3a
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2020 Lance Edgar
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -37,6 +37,7 @@ from rattail.settings import (
|
|||
rattail_custorders_new_order_requires_customer,
|
||||
rattail_custorders_new_orders_allow_contact_info_choice,
|
||||
rattail_custorders_new_orders_restrict_contact_info,
|
||||
rattail_custorders_product_price_may_be_questionable,
|
||||
|
||||
# # DataSync
|
||||
# rattail_datasync_url,
|
||||
|
|
Loading…
Reference in a new issue