From f3365a9de4868a4c914ada2118898392664a8f15 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 23 Apr 2015 20:16:00 -0500
Subject: [PATCH] ticket-view: Add organization status

Also, fix the links to the ticket queue search (again)
---
 include/staff/tickets.inc.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/staff/tickets.inc.php b/include/staff/tickets.inc.php
index 146b679b3..518d40896 100644
--- a/include/staff/tickets.inc.php
+++ b/include/staff/tickets.inc.php
@@ -31,6 +31,7 @@ $sort_options = array(
 $use_subquery = true;
 
 $queue_name = strtolower($_GET['a'] ?: $_GET['status']); //Status is overloaded
+
 // Stash current queue view
 $_SESSION['::Q'] = $queue_name;
 
-- 
GitLab