File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
{{ form_row(form .tags ) }}
12
12
{{ form_row(form .minAmount ) }}
13
13
{{ form_row(form .orderAmount ) }}
14
- {{ form_row(form .orderDate ) }}
14
+ {{ form_row(form .orderDelivery ) }}
15
15
16
16
{{ form_row(form .footprint ) }}
17
17
Original file line number Diff line number Diff line change 58
58
{% if part .orderAmount > 0 %}
59
59
(+
60
60
<span title =" {% trans %}orderstock.label{% endtrans %}" >{{ part .orderAmount | format_amount(part .partUnit ) }}</span >
61
- {% if part .orderDate %}
61
+ {% if part .orderDelivery %}
62
62
@
63
- <span class =" badge bg-info mb-1" title =" {% trans %}part.filter.orderDate {% endtrans %}" >
64
- <i class =" fas fa-calendar-alt fa-fw" ></i > {{ part .orderDate | format_date() }}<br >
63
+ <span class =" badge bg-info mb-1" title =" {% trans %}part.filter.orderDelivery {% endtrans %}" >
64
+ <i class =" fas fa-calendar-alt fa-fw" ></i > {{ part .orderDelivery | format_date() }}<br >
65
65
</span >
66
66
{% endif %}
67
67
)
You can’t perform that action at this time.
0 commit comments