From 0237d8c31a0554fedfe521706c66030068bede81 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 6 Oct 2021 12:32:13 -0400 Subject: [PATCH] Add "restrict contact info" feature for new custorder batch also add support for choosing from existing emails --- tailbone/templates/custorders/create.mako | 124 ++++++++++++++++------ tailbone/views/custorders/orders.py | 25 ++--- 2 files changed, 102 insertions(+), 47 deletions(-) diff --git a/tailbone/templates/custorders/create.mako b/tailbone/templates/custorders/create.mako index 79233493..e718eb96 100644 --- a/tailbone/templates/custorders/create.mako +++ b/tailbone/templates/custorders/create.mako @@ -155,7 +155,8 @@
{{ orderPhoneNumber }}
-
+
- - - other - - + % if not restrict_contact_info: + + + other + + - - - - - add this phone number to customer record - - + + + + + add this phone number to customer record + + + % endif @@ -236,7 +239,8 @@ (no valid email on file)
-
+