mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
tickets.php - Rename unused ticket_status_display to ticket_status_color
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
|
||||
// Default Column Sortby Filter
|
||||
$sb = "ticket_number";
|
||||
@@ -288,9 +288,9 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
||||
if ($ticket_status == "Open") {
|
||||
$ticket_status_color = "primary";
|
||||
}elseif ($ticket_status == "Working") {
|
||||
$ticket_status_display = "success";
|
||||
$ticket_status_color = "success";
|
||||
}else{
|
||||
$ticket_status_display = "secondary";
|
||||
$ticket_status_color = "secondary";
|
||||
}
|
||||
|
||||
if ($ticket_priority == "High") {
|
||||
|
||||
Reference in New Issue
Block a user