Author: bpoussin Date: 2012-08-01 18:08:48 +0200 (Wed, 01 Aug 2012) New Revision: 212 Url: http://chorem.org/repositories/revision/chorem/212 Log: Anomalie #714: Unable to see an invoice Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2012-08-01 10:34:21 UTC (rev 211) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2012-08-01 16:08:48 UTC (rev 212) @@ -45,7 +45,7 @@ <tbody> <tr> <td><a href="<c:url value="/wikitty/view/${q.target}"/>">${q.getTarget()}</a></td> - <td><a href="<c:url value="/wikitty/Quotation/view/${q.wikittyId}"/>">${q.reference}</a></td> + <td><a href="<c:url value="/wikitty/Invoice/view/${q.wikittyId}"/>">${q.reference}</a></td> <td>${q.description}</td> <td><a href="<c:url value="/wikitty/Employee/view/${q.customer}"/>">${q.getCustomer(false)}</a></td> <td><a href="<c:url value="/wikitty/Employee/view/${q.supplier}"/>">${q.getSupplier(false)}</a></td>
participants (1)
-
bpoussin@users.chorem.org