2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 05:26:45 +00:00

Fix html tag in template (#5445) (#5448)

- Ensure <td> tag is closed correctly

(cherry picked from commit e7b5b145bfe5e1566080e9d6b8e67f44e872374d)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2023-08-14 16:28:58 +10:00 committed by GitHub
parent 89d8e47bab
commit b5c7cf0779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,8 +371,9 @@
<td>
<a href="{% url 'so-detail' item.sales_order.id %}">{{ item.sales_order.reference }}</a>
{% if item.sales_order.customer %}
- <a href="{% url 'company-detail' item.sales_order.customer.id %}">{{ item.sales_order.customer.name }}</a></td>
- <a href="{% url 'company-detail' item.sales_order.customer.id %}">{{ item.sales_order.customer.name }}</a>
{% endif %}
</td>
</tr>
{% else %}
{% if allocated_to_sales_orders %}