fixed bug on adding a value in the booking view of a single user
This commit is contained in:
		| @@ -36,7 +36,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/payment/' + ${b.pk}}" th:object="${addBean}" method="post"> | ||||
| 									<form action="#" th:action="@{'/business/bookings/listpayment/' + ${b.pk}}" th:object="${addBean}" method="post"> | ||||
| 										<input th:id="'searchfield' + ${b.pk}" type="hidden" th:name="search" /> | ||||
| 										<div class="container"> | ||||
| 											<div class="row"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user