diff --git a/templates/job-order/form.html.twig b/templates/job-order/form.html.twig index e57f8114..da10aede 100644 --- a/templates/job-order/form.html.twig +++ b/templates/job-order/form.html.twig @@ -200,11 +200,33 @@
- {% if is_granted('customer.dpa') %} - - -
- {% endif %} +
+
+ + +
+
@@ -1489,6 +1511,8 @@ $(function() { checkboxes[x].checked = false; } } + + $("#flag-car-club-member").prop("checked", true); } // set hidden customer id @@ -1542,6 +1566,7 @@ $(function() { for (var x = 0; checkboxes.length > x; x++) { checkboxes[x].checked = false; + $("#flag-car-club-member").prop("checked", false); } }