Skip to content

Commit

Permalink
Obliterating Rented Device
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Apr 21, 2017
1 parent 7e61ec8 commit 49c6fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions WebContent/html/webpages/redirect/orderFormHandler.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ if(Integer.parseInt(request.getParameter("location_dropdown"))==0)
request.getParameter("state"),
request.getParameter("zip"),
Integer.parseInt(navsso),
"",
"")
"","",0,0)
);
}
Expand Down
6 changes: 3 additions & 3 deletions WebContent/html/webpages/returnComplete.jsp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%@ page import = "database.*,entities.RentedDevice" %>
<%@ page import = "database.*" %>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Expand Down Expand Up @@ -37,8 +37,8 @@
</div>
<%
//get string from request form
//String devices = request.getParameter("devicesToReturn");
//DeviceQueries.returnDevices(devices);
String devices = request.getParameter("devicesToReturn");
DeviceQueries.returnDevices(devices);
%>
</body>
</html>

0 comments on commit 49c6fbf

Please sign in to comment.