diff --git a/Ticketing_v3.php b/Ticketing_v3.php index 9844f23..22c2573 100644 --- a/Ticketing_v3.php +++ b/Ticketing_v3.php @@ -516,9 +516,12 @@ class Ticketing_v3 extends MY_Controller $x_description = $sender_name . " " . $ticket_number . " " . $branch . " " . $is_direct . "

{$description}

"; $project_id = 70; - if ($client_id != 1) { + if ($client_id == 2) { $project_id = 123; } + if ($client_id == 4 || $client_id == 5 || $client_id == 6) { + $project_id = 30; + }