mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +00:00
Replace the rest of the getFallBack Functions with simple ?: '-'
This commit is contained in:
@@ -76,7 +76,7 @@ $sql_vendor_expenses = mysqli_query($mysqli, "
|
||||
<?php
|
||||
while ($row = mysqli_fetch_assoc($sql_vendor_expenses)) {
|
||||
$vendor_id = intval($row['vendor_id']);
|
||||
$vendor_name = nullable_htmlentities($row['vendor_name']);
|
||||
$vendor_name = escapeHtml($row['vendor_name']);
|
||||
$amount_paid = floatval($row['amount_paid']); ?>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user