From 5d875bc731d855b05f9d4048f79357ab811ff0d3 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 6 Nov 2021 20:00:54 -0500 Subject: [PATCH] Let user "add past product" when making new custorder --- tailbone/templates/custorders/create.mako | 188 ++++++++++++++++++++-- tailbone/views/custorders/orders.py | 16 ++ 2 files changed, 188 insertions(+), 16 deletions(-) diff --git a/tailbone/templates/custorders/create.mako b/tailbone/templates/custorders/create.mako index 520ed0f4..3daff955 100644 --- a/tailbone/templates/custorders/create.mako +++ b/tailbone/templates/custorders/create.mako @@ -483,7 +483,13 @@ @click="showAddItemDialog()"> Add Item + + Add Past Item + +
@@ -586,28 +592,18 @@ +
+ + ##

{{ productKey }}

+
+ {{ productDisplay }} - - - - - - - - - - - - @@ -640,6 +636,22 @@ + + + + + + + + + + + +
@@ -659,6 +671,93 @@
+ +
+
+ + + + + + +
+ + Cancel + + + Add Selected Item + +
+ +
+
+
+