Addet Filter for disabled Articles
This commit is contained in:
3
dist/labelprint.php
vendored
3
dist/labelprint.php
vendored
@@ -88,6 +88,9 @@ $productList = json_decode($Epi->requestEpiApi('/v1/product/all?ia=true&ir=true&
|
|||||||
if (!$product->is_rent & $product->is_sale){
|
if (!$product->is_rent & $product->is_sale){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if (!$product->is_active){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td>" . htmlspecialchars($product->primary_key) . "</td>";
|
echo "<td>" . htmlspecialchars($product->primary_key) . "</td>";
|
||||||
echo "<td>" . htmlspecialchars($product->product_no) . "</td>";
|
echo "<td>" . htmlspecialchars($product->product_no) . "</td>";
|
||||||
|
|||||||
Reference in New Issue
Block a user