Only showing active products in IvtProductMatch

This commit is contained in:
Frank Schubert
2023-10-03 20:31:44 +02:00
parent 88caadd5e3
commit 3e7da85a41
3 changed files with 43 additions and 10 deletions

View File

@@ -37,7 +37,6 @@
<th>Preis</th>
<th>Interval</th>
<th>Typ</th>
<th></th>
<th style="border-left: 1px solid #000">thetool Produkt</th>
<th>ivt_id hinterlegt</th>
</tr>
@@ -49,7 +48,6 @@
<td><?=$ip->price?></td>
<td><?=$ip->interval?></td>
<td><?=$ip->typ?></td>
<td><?=$ip->id?></td>
<td style="border-left: 1px solid #000">
<select class="form-control" name="product[<?=$ip->id?>]" id="product_<?=$ip->id?>">
<option></option>