#45 sort orderitems aplhabetically in order view show
All checks were successful
/ ls (pull_request) Successful in 35s
All checks were successful
/ ls (pull_request) Successful in 35s
This commit is contained in:
parent
add3631376
commit
83989916a3
3 changed files with 74 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue