fixed review requests
This commit is contained in:
parent
9dff6adb3d
commit
99612165f5
@ -16,5 +16,4 @@ public interface SupplierRepository extends JpaRepository<Supplier, Long> {
|
|||||||
|
|
||||||
@Query("SELECT a FROM Supplier a WHERE a.id = :supplierId")
|
@Query("SELECT a FROM Supplier a WHERE a.id = :supplierId")
|
||||||
Supplier findSupplierById(@Param("supplierId") long supplierId);
|
Supplier findSupplierById(@Param("supplierId") long supplierId);
|
||||||
|
|
||||||
}
|
}
|
@ -26,7 +26,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th colspan="9">
|
<th colspan="9">
|
||||||
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
||||||
data-target-id="main-table"></input>
|
data-target-id="main-table">
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
<div class="content-width">
|
<div class="content-width">
|
||||||
<h2>Bestellungen</h2>
|
<h2>Bestellungen</h2>
|
||||||
<p>
|
<p>
|
||||||
<table id="main-table">
|
<table id="order-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="9">
|
<th colspan="9">
|
||||||
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
||||||
data-target-id="main-table"></input>
|
data-target-id="main-table">
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<thead>
|
<thead>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
<h3><span th:text="${SupplierDetail.balance}"></span> €</h3>
|
<h3><span th:text="${SupplierDetail.balance}"></span> €</h3>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
<table id="main-table">
|
<table id="booking-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Zeitpunkt</th>
|
<th>Zeitpunkt</th>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th colspan="7">
|
<th colspan="7">
|
||||||
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
<input type="text" placeholder="Filtern" class="smaller jsFilterTable full-width"
|
||||||
data-target-id="main-table"></input>
|
data-target-id="main-table">
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<thead>
|
<thead>
|
||||||
|
Reference in New Issue
Block a user