Expose more App Settings, for purchasing etc.
This commit is contained in:
parent
b62151d38b
commit
774221420c
|
@ -42,4 +42,14 @@ from rattail.settings import (
|
||||||
# rattail_product_key,
|
# rattail_product_key,
|
||||||
# rattail_product_key_title,
|
# rattail_product_key_title,
|
||||||
tailbone_products_show_pod_image,
|
tailbone_products_show_pod_image,
|
||||||
|
|
||||||
|
# Purchasing / Receiving
|
||||||
|
rattail_batch_purchase_allow_cases,
|
||||||
|
rattail_batch_purchase_allow_expired_credits,
|
||||||
|
rattail_batch_purchase_mobile_images,
|
||||||
|
rattail_batch_purchase_mobile_quick_receive,
|
||||||
|
rattail_batch_purchase_mobile_quick_receive_all,
|
||||||
|
|
||||||
|
# Vendors
|
||||||
|
rattail_vendor_use_autocomplete,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue