Skip to content

Commit

Permalink
fix: use order id for see more link
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasfisal committed Nov 27, 2024
1 parent 22538eb commit c08b327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/modules/admin/html/admin_index_order.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="m-0 text-dark">{{.TITLE}}</h1>
<td>{{.OrderStatusText}}</td>
<td>{{.TotalSalePrice}}</td>
<td>
<a href="/admins/orders/1/details">مشاهده</a>
<a href="/admins/orders/{{.OrderID}}/details">مشاهده</a>
</td>
</tr>
{{end}}
Expand Down

0 comments on commit c08b327

Please sign in to comment.