Skip to content

Commit

Permalink
Changed routeID!!!
Browse files Browse the repository at this point in the history
Changed routeID!!!
  • Loading branch information
Framarore committed Mar 29, 2019
1 parent d7a531e commit f8c2cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/views/route/display.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
<security:authorize access="hasRole('DRIVER')">
<spring:message code="route.cancel" var="cancelRoute"/>
<jstl:if test="${rol==1 }">
<dd><a href="route/driver/cancel.do?routeID=${route.id}"><jstl:out value="${cancelRoute}"/></a></dd>
<dd><a href="route/driver/cancel.do?routeId=${route.id}"><jstl:out value="${cancelRoute}"/></a></dd>
</jstl:if>

</security:authorize>
Expand Down

0 comments on commit f8c2cb9

Please sign in to comment.