Fix Opps causing broken guest view to invoices, fixed mobile view for global search and invoice / Quotes

This commit is contained in:
johnnyq
2023-02-23 18:33:40 -05:00
parent b4ee800a4b
commit 704c8e409f
5 changed files with 16 additions and 16 deletions

View File

@@ -327,7 +327,7 @@ $vendors_added = intval($row['vendors_added']);
?>
<tr>
<td><?php echo $account_name; ?></a></td>
<td><?php echo $account_name; ?></td>
<?php
$sql_payments = mysqli_query($mysqli, "SELECT SUM(payment_amount) AS total_payments FROM payments WHERE payment_account_id = $account_id");
$row = mysqli_fetch_array($sql_payments);