buggifix
This commit is contained in:
parent
2dca8da01e
commit
83fb29a6fa
3 changed files with 4 additions and 8 deletions
|
@ -65,11 +65,7 @@
|
|||
{% for itemForm in form.orderItems %}
|
||||
<tr>
|
||||
<td>{{ field_value(itemForm.createdBy) }}</td>
|
||||
<td>
|
||||
<a href="{{ path('app_menu_item_show', {'id': itemForm.menuItem.vars.value.id}) }}">
|
||||
{{ field_value(itemForm.name) }}
|
||||
</a>
|
||||
</td>
|
||||
<td>{{ field_value(itemForm.name) }}</td>
|
||||
<td>{{ field_value(itemForm.extras) }}</td>
|
||||
<td>{{ form_widget(itemForm.priceCents) }}</td>
|
||||
<td>{{ form_widget(itemForm.isPaid) }}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue