From 72abf2f211dfbbceb56ff09e3164af6b151e0156 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Thu, 9 Jan 2020 08:23:49 +0000 Subject: [PATCH] Add rider assignment section to form. #270 --- templates/job-order/form.onestep.html.twig | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/templates/job-order/form.onestep.html.twig b/templates/job-order/form.onestep.html.twig index 540f926c..0333a75f 100644 --- a/templates/job-order/form.onestep.html.twig +++ b/templates/job-order/form.onestep.html.twig @@ -388,6 +388,34 @@ +
+

+ Rider Assignment +

+
+
+
+ + +
+ + + + + + + + + + + + + +
First NameLast NameContact No.Plate NumberStatusAction
+
+
+
+
@@ -914,6 +942,8 @@ $(function() { // set hub selectedHub = id; + + // get riders of hub }); });