import rt 3.8.8
[freeside.git] / rt / share / html / Elements / RT__Scrip / ColumnMap
index 88b4c4b..3e1d407 100644 (file)
@@ -64,6 +64,10 @@ my $COLUMN_MAP = {
             return $_[0]->loc('Global');
         },
     },
+    QueueId => {
+        title     => 'Queue', # loc
+        value     => sub { $_[0]->Queue },
+    },
     Condition => {
         title     => 'Condition', # loc
         value     => sub { return $_[0]->loc( $_[0]->ScripConditionObj->Name ) },