@@ -269,7 +269,7 @@
</tr>
</thead>
<tbody>
- <c:forEach items="${receipts}" var="r">
+ <c:forEach items="${receipt}" var="r">
<tr>
<td>${r.id}</td>
<td><a href="${ctx}/order/cmDiscernReceipt/detail?id=${r.id}">${r.id}</a></td>