mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
After ticket Creation Redirect to ticket details with Client Side bar and Top bar, Remove Currency code from Client Add / Edit defaults to company currency for now
This commit is contained in:
@@ -183,7 +183,7 @@ if (isset($_POST['add_ticket'])) {
|
||||
|
||||
flash_alert("Ticket <strong>$config_ticket_prefix$ticket_number</strong> created");
|
||||
|
||||
redirect("ticket.php?ticket_id=$ticket_id");
|
||||
redirect("ticket.php?client_id=$client_id&ticket_id=$ticket_id");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user