diff --git a/includes/layout/header.php b/includes/layout/header.php index c6e3a7f..392566d 100644 --- a/includes/layout/header.php +++ b/includes/layout/header.php @@ -65,7 +65,11 @@ $site_favicon = !empty($site_settings['company_favicon']) ? $site_settings['comp + + + + + +

@@ -107,13 +224,13 @@ if ($report_type === 'low_stock') {
-
+
-
+
@@ -169,7 +286,7 @@ if ($report_type === 'low_stock') { if ($col === 'current_stock' || $col === 'total_quantity') { echo number_format($row[$col]); } elseif ($col === 'total_value' || $col === 'avg_cost' || $col === 'total_cost') { - echo formatCurrency($row[$col]); + echo format_currency($row[$col]); } elseif ($col === 'status') { if ($row['current_stock'] == 0) echo 'Out of Stock'; else echo 'Low Stock'; @@ -193,14 +310,14 @@ if ($report_type === 'low_stock') { : - +
-
+