Skip to content

Commit df8ac46

Browse files
committed
Merge branch '549-imp-select-point-of-sales-per-production-day'
2 parents 6d43d4c + a4d2a95 commit df8ac46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bakeup/templates/workshop/productionday_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{% if object.point_of_sales.exists %}
5353
<p class="mb-0"><strong>{% trans "Point of sales" %}: </strong>
5454
{% for pos in object.point_of_sales.all %}
55-
{{ pos }}{% if not forloop.last %}, {% endif %}
55+
{{ pos.get_short_name }}{% if not forloop.last %}, {% endif %}
5656
{% endfor %}
5757
</p>
5858
{% endif %}

0 commit comments

Comments
 (0)