Implement Warehouse.... #47
@ -44,7 +44,7 @@
 | 
				
			|||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
            <tr th:each="pos : ${booking.positions}">
 | 
					            <tr th:each="pos : ${booking.positions}">
 | 
				
			||||||
                <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
					                <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
				
			||||||
                <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
					                <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
				
			||||||
                       th:text="${pos.article.title}"></a></td>
 | 
					                       th:text="${pos.article.title}"></a></td>
 | 
				
			||||||
                <th:block th:if="${pos.amount > 0}">
 | 
					                <th:block th:if="${pos.amount > 0}">
 | 
				
			||||||
                    <td th:text="${pos.amount}"></td>
 | 
					                    <td th:text="${pos.amount}"></td>
 | 
				
			||||||
 | 
				
			|||||||
@ -78,7 +78,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                <tr th:data-group="${booking.id}" th:each="pos : ${booking.positions}">
 | 
					                <tr th:data-group="${booking.id}" th:each="pos : ${booking.positions}">
 | 
				
			||||||
                    <td></td>
 | 
					                    <td></td>
 | 
				
			||||||
                    <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
					                    <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
				
			||||||
                           th:text="${pos.article.title}"></a></td>
 | 
					                           th:text="${pos.article.title}"></a></td>
 | 
				
			||||||
                    <th:block th:if="${pos.amount > 0}">
 | 
					                    <th:block th:if="${pos.amount > 0}">
 | 
				
			||||||
                        <td th:text="${pos.amount}"></td>
 | 
					                        <td th:text="${pos.amount}"></td>
 | 
				
			||||||
 | 
				
			|||||||
@ -78,7 +78,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                <tr th:each="pos : ${booking.positions}" th:data-group="${booking.id}">
 | 
					                <tr th:each="pos : ${booking.positions}" th:data-group="${booking.id}">
 | 
				
			||||||
                    <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
					                    <td><img th:src="@{/shop/articles/{id}/image.jpg(id=${pos.article.id})}" class="s"/></td>
 | 
				
			||||||
                    <td><a th:href="@{/intern/listedArticles/{id}(id=${pos.article.id})}"
 | 
					                    <td><a th:href="@{/intern/articles/{id}(id=${pos.article.id})}"
 | 
				
			||||||
                           th:text="${pos.article.title}"></a></td>
 | 
					                           th:text="${pos.article.title}"></a></td>
 | 
				
			||||||
                    <th:block th:if="${pos.amount > 0}">
 | 
					                    <th:block th:if="${pos.amount > 0}">
 | 
				
			||||||
                        <td th:text="${pos.amount}"></td>
 | 
					                        <td th:text="${pos.amount}"></td>
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user