add orderstuff
This commit is contained in:
parent
51fb951b2b
commit
d7a61f6d0e
9 changed files with 209 additions and 10 deletions
|
@ -16,6 +16,9 @@
|
|||
<li>{{ drinkType.name }} ({{ drinkType.currentStock }} / {{ drinkType.wantedStock }})</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% if orders != [] %}
|
||||
<a href="{{ path('app_order_new') }}" class="btn btn-primary">Create New Order</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue