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 1111{{ form_row(form .tags ) }}
1212{{ form_row(form .minAmount ) }}
1313{{ form_row(form .orderAmount ) }}
14- {{ form_row(form .orderDate ) }}
14+ {{ form_row(form .orderDelivery ) }}
1515
1616{{ form_row(form .footprint ) }}
1717
Original file line number Diff line number Diff line change 5858 {% if part .orderAmount > 0 %}
5959 (+
6060 <span title =" {% trans %}orderstock.label{% endtrans %}" >{{ part .orderAmount | format_amount(part .partUnit ) }}</span >
61- {% if part .orderDate %}
61+ {% if part .orderDelivery %}
6262 @
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 >
6565 </span >
6666 {% endif %}
6767 )
You can’t perform that action at this time.
0 commit comments