From 774221420c443c8309a9a758a4020a025f15bbc9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 28 Jan 2021 13:56:06 -0600 Subject: [PATCH] Expose more App Settings, for purchasing etc. --- theo/appsettings/theo.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theo/appsettings/theo.py b/theo/appsettings/theo.py index 620ac82..00a3869 100644 --- a/theo/appsettings/theo.py +++ b/theo/appsettings/theo.py @@ -42,4 +42,14 @@ from rattail.settings import ( # rattail_product_key, # rattail_product_key_title, 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, )