add order
This commit is contained in:
parent
7663f684a4
commit
1dc5306967
37 changed files with 1060 additions and 113 deletions
11
templates/order_item/new.html.twig
Normal file
11
templates/order_item/new.html.twig
Normal file
|
@ -0,0 +1,11 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New OrderItem{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new OrderItem</h1>
|
||||
|
||||
{{ include('order_item/_form.html.twig') }}
|
||||
|
||||
<a href="{{ path('app_order_item_index') }}">back to list</a>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue