summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 14:35:21 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 14:35:21 +0800
commit9d7fc8def01999e5d1ed2d56ebd21d05ec6432a7 (patch)
tree96b167908ece996421d89a1f1daa949e0d5c99b8 /client.cxx
parent4fe643833ec0207ce0de9044dc327dd81f3bfce1 (diff)
There are only 2 formats for ticket history return
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index a887c76..2dbf761 100644
--- a/client.cxx
+++ b/client.cxx
@@ -124,8 +124,7 @@ namespace RTClient {
void Client::ticketHistory(int id)
{
rtclient_ticket_history_list* historyList = nullptr;
- rtclient_ticket_history(&historyList, id
- , RTCLIENT_TICKET_FORMAT_L);
+ rtclient_ticket_history(&historyList, id, true);
emit gotTicketHistory(historyList);
}