Commit 1ad162ef authored by impfundev's avatar impfundev

fix: delete created_at & update_at from book_loans views

parent e1859083
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
<th scope="col">Loan Date</th> <th scope="col">Loan Date</th>
<th scope="col">Due Date</th> <th scope="col">Due Date</th>
<th scope="col">Return Date</th> <th scope="col">Return Date</th>
<th scope="col">Created At</th>
<th scope="col">Updated At</th>
<th scope="col"></th> <th scope="col"></th>
</tr> </tr>
</thead> </thead>
...@@ -22,8 +20,6 @@ ...@@ -22,8 +20,6 @@
<td>{{ loan.loan_date }}</td> <td>{{ loan.loan_date }}</td>
<td>{{ loan.due_date }}</td> <td>{{ loan.due_date }}</td>
<td>{{ loan.return_date }}</td> <td>{{ loan.return_date }}</td>
<td>{{ loan.created_at }}</td>
<td>{{ loan.updated_at }}</td>
<td class="d-flex gap-2 py-4"> <td class="d-flex gap-2 py-4">
<a <a
class="btn btn-success" class="btn btn-success"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment