Ignore:
Timestamp:
01/05/23 01:31:58 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
676144b
Parents:
ab952ab
Message:

Added functionalities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/repairsForUser.html

    rab952ab r7d43957  
    66    <th>Датум на нарачка</th>
    77    <th>Нарачан дел</th>
    8     <th>Број на шасија</th>
     8    <th>Број на нарачка</th>
    99    <th>Име на сервис</th>
    1010  </tr>
     
    1414    <td th:text="${repair.getOrderdate}"></td>
    1515    <td th:text="${repair.getPartname()}"></td>
    16     <td th:text="${repair.getVin()}"></td>
     16    <td th:text="${repair.getOrderid()}"></td>
    1717    <td th:text="${repair.getRsname()}"></td>
    1818  </tr>
Note: See TracChangeset for help on using the changeset viewer.