Fix duplicate table naming

This commit is contained in:
Oliver 2021-07-19 14:34:58 +10:00
parent fa9ef02d23
commit bbada3e873

View File

@ -217,7 +217,7 @@
<div class='panel-content'>
<div class="row">
<div class="col col-md-6">
<table class='table table-bom table-condensed' data-toolbar="#button-toolbar" id='bom-table'></table>
<table class='table table-bom table-condensed' data-toolbar="#button-toolbar" id='bom-pricing-table'></table>
</div>
{% if part.bom_count > 0 %}