#45 sort orderitems aplhabetically in order view show
All checks were successful
/ ls (pull_request) Successful in 35s

This commit is contained in:
lubiana 2024-08-14 19:41:04 +02:00
parent add3631376
commit 83989916a3
No known key found for this signature in database
3 changed files with 74 additions and 1 deletions

View file

@ -43,7 +43,7 @@
</tr>
</thead>
<tbody>
{% for item in food_order.orderItems %}
{% for item in food_order.orderItemsSortedByName %}
<tr>
<td>{{ item.createdBy }}</td>
<td>{{ item.name }}</td>