mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-26 12:59:31 +00:00
Fixed exception, when a part does not have price informations.
This commit is contained in:
parent
a916c40aa3
commit
717b257778
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<div class="tab-pane fade {% if part.comment is empty %} show active{% endif %}" id="attachments" role="tabpanel" aria-labelledby="profile-tab">
|
||||
Test
|
||||
{% include "Parts/info/_attachments_info.html.twig" %}
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="suppliers" role="tabpanel" aria-labelledby="profile-tab">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue