From 6801124fdc3badd90e46b56b7bd74bd702f186de Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 7 Oct 2021 20:48:02 -0400 Subject: [PATCH] Add some custorder app settings --- theo/appsettings/theo.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theo/appsettings/theo.py b/theo/appsettings/theo.py index d521d6d..977d9a3 100644 --- a/theo/appsettings/theo.py +++ b/theo/appsettings/theo.py @@ -33,6 +33,11 @@ from rattail.settings import ( rattail_single_store, tailbone_background_color, + # Customer Orders + rattail_custorders_new_order_requires_customer, + rattail_custorders_new_orders_allow_contact_info_choice, + rattail_custorders_new_orders_restrict_contact_info, + # # DataSync # rattail_datasync_url, # tailbone_datasync_restart,