From 4161afc79146b60855a462c2cf2ca93bffd1a199 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 14 Apr 2015 09:36:01 -0400 Subject: [PATCH] Adding checkbox for Fuel injection cleaning --- Toolkit/Contacts/ServiceRequest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Toolkit/Contacts/ServiceRequest.php b/Toolkit/Contacts/ServiceRequest.php index 8de0d08..eb3164e 100755 --- a/Toolkit/Contacts/ServiceRequest.php +++ b/Toolkit/Contacts/ServiceRequest.php @@ -381,6 +381,12 @@ class Toolkit_Contacts_ServiceRequest 'name' => 'Extensive Test run (15 to 20 minutes)', 'opts' => 'Extensive Test run (15 to 20 minutes)' ), + array( + 'type' => 'checkbox', + 'req' => false, + 'name' => 'Fuel Injection Cleaning (Applies to both outboard & sterndrive EFI motors)', + 'opts' => 'Fuel Injection Cleaning (Applies to both outboard & sterndrive EFI motors)', + ), ), 'Outdrive & Gearcase' => array( array( -- 2.17.1