Added Tax to products section Updated DB structure

This commit is contained in:
johnny@pittpc.com
2021-02-06 01:52:38 -05:00
parent d90c7e4664
commit 7d2cf8ce89
6 changed files with 60 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$product_cost = $row['product_cost'];
$category_id = $row['category_id'];
$category_name = $row['category_name'];
$tax_id = $row['tax_id'];
?>
<tr>