2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 06:16:29 +00:00

Update unit testing

This commit is contained in:
Oliver Walters
2020-10-30 23:08:12 +11:00
parent 3a702266e6
commit 95fadf1300
3 changed files with 7 additions and 5 deletions

View File

@ -12,11 +12,6 @@
<h3>{% trans "Bill of Materials" %}</h3>
{% if part.has_complete_bom_pricing == False %}
<div class='alert alert-block alert-warning'>
The BOM for <i>{{ part.full_name }}</i> does not have complete pricing information
</div>
{% endif %}
{% if part.bom_checked_date %}
{% if part.is_bom_valid %}
<div class='alert alert-block alert-info'>