From 1b92bb9e380f5b252719308d97d97a8967d1b967 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 30 Jan 2021 19:54:09 -0600 Subject: [PATCH] Include settings for receiving workflow --- theo/appsettings/theo.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theo/appsettings/theo.py b/theo/appsettings/theo.py index bd1ddb6..2e9e81e 100644 --- a/theo/appsettings/theo.py +++ b/theo/appsettings/theo.py @@ -48,6 +48,8 @@ from rattail.settings import ( # Purchasing / Receiving rattail_batch_purchase_allow_cases, rattail_batch_purchase_allow_expired_credits, + rattail_batch_purchase_allow_receiving_from_scratch, + rattail_batch_purchase_allow_receiving_from_purchase_order, rattail_batch_purchase_mobile_images, rattail_batch_purchase_mobile_quick_receive, rattail_batch_purchase_mobile_quick_receive_all,