2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Fixed duplicate check

This commit is contained in:
eeintech
2021-05-13 16:06:57 -04:00
parent a1fa3315b1
commit 22249206d2
2 changed files with 4 additions and 3 deletions

View File

@ -55,7 +55,7 @@
<td>
{{ col }}
{% for duplicate in duplicates %}
{% if duplicate == col.name %}
{% if duplicate == col.value %}
<div class='alert alert-danger alert-block text-center' role='alert' style='padding:2px; margin-top:6px; margin-bottom:2px'>
<b>{% trans "Duplicate selection" %}</b>
</div>