"> Archived

text-nowrap"> $product_description"; } $product_qty = intval($row['product_qty']); $product_code = nullable_htmlentities($row['product_code']); $product_location = nullable_htmlentities(getFallBack($row['product_location'])); $product_price = floatval($row['product_price']); $product_currency_code = nullable_htmlentities($row['product_currency_code']); $product_created_at = nullable_htmlentities($row['product_created_at']); $product_archived_at = nullable_htmlentities($row['product_archived_at']); $category_id = intval($row['category_id']); $category_name = nullable_htmlentities($row['category_name']); $product_tax_id = intval($row['product_tax_id']); $tax_name = nullable_htmlentities(getFallBack($row['tax_name'])); $tax_percent = floatval($row['tax_percent']); ?>
Name Category Description QTY Location Tax Name Tax Rate Price Action
$product_code"; } ?> %