diff --git a/Layout/default/HistoricTicket/Index.php b/Layout/default/HistoricTicket/Index.php index 68bd4386b..31ab6b7ce 100644 --- a/Layout/default/HistoricTicket/Index.php +++ b/Layout/default/HistoricTicket/Index.php @@ -48,6 +48,10 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php") {{ row.first_name }} {{ row.last_name }} + + {{ new Date(row.ctime * 1000).toLocaleString() }} + + {{ row.ticket_number }} @@ -72,6 +76,11 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php") :fetch-url="`${window['TT_CONFIG']['HISTORIC_TICKET_API_URL']}?do=findHistoricTicket&query=${globalSearch}`" :table-config="globalSearchModalTableConfig" small ref="table"> + + + {{ new Date(row.ctime * 1000).toLocaleString() }} + + {{ row.ticket_number }} @@ -102,6 +111,7 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php")
{{ selectedTicketData.ticket.message }}