Skip to content

Commit

Permalink
API should return due date, as it is available
Browse files Browse the repository at this point in the history
  • Loading branch information
oakey-b1 committed Jun 10, 2016
1 parent 844c61e commit 8dfb47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whups/lib/Api.php
Expand Up @@ -561,7 +561,7 @@ public function getTicketDetails($queue_id, $state = null)
'type' => $tickets[$i]['type_name'],
'priority' => $tickets[$i]['priority_name'],
'desc' => null,
'due' => null,
'due' => $tickets[$i]['due'],
'category' => null,
'view_link' => $view_link,
'delete_link' => $delete_link,
Expand Down

0 comments on commit 8dfb47d

Please sign in to comment.