fixed bug in navigation

This commit is contained in:
Jottyfan
2025-07-25 22:25:48 +02:00
parent 30c2bd5fc0
commit 13773f54de
3 changed files with 13 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
<td class="middled" th:text="${b.camp}"></td>
<td class="middled" th:text="${b.role}"></td>
<td class="middled">
<form action="#" th:action="@{'/business/bookings/listpayment/{id}/{year}(id=${b.pk},year=${year})'}" th:object="${addBean}" method="post">
<form action="#" th:action="@{/business/bookings/listpayment/{id}/{year}(id=${b.pk},year=${year})}" th:object="${addBean}" method="post">
<input th:id="'searchfield' + ${b.pk}" type="hidden" th:name="search" />
<div class="container">
<div class="row">