Skip to content

Commit 87397b3

Browse files
committedJan 31, 2025·
Use short name
1 parent 37f1679 commit 87397b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bakeup/templates/workshop/customer_detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3>Order history:</h3>
144144
{{ order.production_day }}
145145
</div>
146146
<div class="col-2">
147-
{{ order.point_of_sale }}
147+
{{ order.point_of_sale.short_name }}
148148
</div>
149149
<div class="col-8">
150150
{% include "workshop/includes/order_positions.html" with positions=order.positions.all %}

0 commit comments

Comments
 (0)
Please sign in to comment.