Browse Source

bug fixes

plf 3 năm trước cách đây
mục cha
commit
98c6627d6a

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/order/payedAndRefundRecordList.jsp

@@ -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>