Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Apr 26, 2017
2 parents faf025c + 8dceff1 commit 6e8b329
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 6e8b329

Please sign in to comment.