Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ticket bugs fixed
  • Loading branch information
clj13001 committed Apr 25, 2017
1 parent fb8c77f commit 8dceff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WebContent/html/webpages/administration/adminApprove.jsp
Expand Up @@ -170,6 +170,8 @@ String ticketStr = Ticket.arrayToString(tickets);
$("#permField").val(ticks[id].permanent);
$("#Modal").show();
}});
$(".no-records-found").html("<td colspan='7'>No tickets found!</td>");
/*
Params: tickets - array of objects, formatted as tickets.
Expand Down
2 changes: 1 addition & 1 deletion src/database/TicketQueries.java
Expand Up @@ -359,8 +359,8 @@ public class TicketQueries {
results.getLong("Status_Date_Fields"),
results.getString("Return_Date"),
results.getString("username"),
results.getString("locationname"),
results.getString("Device_Name"),
results.getString("locationname"),
results.getInt("Permanent_Order")
);
i++;
Expand Down

0 comments on commit 8dceff1

Please sign in to comment.