From 43cbcc02861871e8c8dc0041fe78f00c0e3ad10c Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 20 Oct 2015 23:41:00 +0300 Subject: Added ACP+ support --- servo/templates/orders/gsx_repair_form.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'servo/templates/orders') diff --git a/servo/templates/orders/gsx_repair_form.html b/servo/templates/orders/gsx_repair_form.html index 2751b5e..aa1daf1 100755 --- a/servo/templates/orders/gsx_repair_form.html +++ b/servo/templates/orders/gsx_repair_form.html @@ -59,11 +59,12 @@
{% include "form_field_snippet.html" with field=repair_form.notes %} + {% include "form_field_snippet.html" with field=repair_form.request_review %} {% include "form_field_snippet.html" with field=repair_form.unit_received_at %} {% include "form_field_snippet.html" with field=repair_form.attachment %} {% include "form_field_snippet.html" with field=repair_form.reference %} {% include "form_field_snippet.html" with field=repair_form.consumer_law %} - {% include "form_field_snippet.html" with field=repair_form.request_review %} + {% include "form_field_snippet.html" with field=repair_form.acplus %} {% if repair.can_mark_complete %} {% include "form_field_snippet.html" with field=repair_form.replacement_sn %} {% include "form_field_snippet.html" with field=repair_form.mark_complete %} -- cgit v1.2.3