laiguoran 2 lat temu
rodzic
commit
087a1ea7bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/view/payment/process.ejs

+ 1 - 1
app/view/payment/process.ejs

@@ -79,7 +79,7 @@
                                         <tr data-id="<%- tr.id %>">
                                             <td><%- tr.rpt_name  %></td>
                                             <td class="text-center"><%- tr.user_name %></td>
-                                            <td class="text-center"><%- ctx.helper._.find(accountList, { id: tr.uid }).name %></td>
+                                            <td class="text-center"><%- tr.uid ? ctx.helper._.find(accountList, { id: tr.uid }).name : '' %></td>
                                         </tr>
                                         <% } %>
                                         </tbody>