mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix formatting
This commit is contained in:
parent
dcf79338c1
commit
368193d397
@ -26,10 +26,10 @@ Calculate pricing information for {{ part }}.
|
|||||||
<td><b>BOM Cost</b></td>
|
<td><b>BOM Cost</b></td>
|
||||||
<td>{{ bom_price }}</td>
|
<td>{{ bom_price }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% if part.has_complete_bom_pricing == false %}
|
{% if part.has_complete_bom_pricing == False %}
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2'>
|
<td colspan='2'>
|
||||||
<span class='warning-msg'><i>BOM pricing is incomplete</i></span>
|
<span class='warning-msg'><i>Note: BOM pricing is incomplete for this part</i></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user