update client ID
Awal Bros, Primaya, Tera Solusi
This commit is contained in:
@@ -516,9 +516,12 @@ class Ticketing_v3 extends MY_Controller
|
||||
$x_description = $sender_name . " " . $ticket_number . " " . $branch . " " . $is_direct . " <p>{$description}</p>";
|
||||
|
||||
$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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user