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, )