mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Improve form management when possible part matches are found
- Display the checkbox always - Display a warning message above the form
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
{{ block.super }}
|
||||
|
||||
{% if matches %}
|
||||
<b>Matching Parts</b>
|
||||
<b>Possible Matching Parts</b>
|
||||
<p>The new part may be a duplicate of these existing parts:</p>
|
||||
<ul class='list-group'>
|
||||
{% for match in matches %}
|
||||
<li class='list-group-item list-group-item-condensed'>
|
||||
|
Reference in New Issue
Block a user