2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Merge pull request #945 from SchrodingersGat/template-attachments

Part: add function to get part attachments for *all* parents of a part
This commit is contained in:
Oliver
2020-08-31 22:38:02 +10:00
committed by GitHub
2 changed files with 14 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<hr>
{% include "attachment_table.html" with attachments=part.attachments.all %}
{% include "attachment_table.html" with attachments=part.part_attachments %}
{% endblock %}