update client ID

Awal Bros, Primaya, Tera Solusi
This commit is contained in:
2024-08-02 16:17:20 +07:00
parent 1eb8be275b
commit 18a4e6b119

View File

@@ -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;
}