Merge pull request #644 from wrongecho/small-fixes-post-company-edits
Small fixes post company edits
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
h<?php
|
<?php
|
||||||
|
|
||||||
// Default Column Sortby Filter
|
// Default Column Sortby Filter
|
||||||
$sb = "scheduled_ticket_subject";
|
$sb = "scheduled_ticket_subject";
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ $sql = mysqli_query($mysqli, "
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
while ($row = mysqli_fetch_array($sql)) {
|
while ($row = mysqli_fetch_array($sql)) {
|
||||||
$client_id = intval($_row['client_id']);
|
$client_id = intval($row['client_id']);
|
||||||
$client_name = htmlentities($row['client_name']);
|
$client_name = htmlentities($row['client_name']);
|
||||||
$recurring_monthly_total = floatval($row['recurring_monthly_total']);
|
$recurring_monthly_total = floatval($row['recurring_monthly_total']);
|
||||||
$recurring_total = $recurring_total + $recurring_monthly_total;
|
$recurring_total = $recurring_total + $recurring_monthly_total;
|
||||||
|
|||||||
Reference in New Issue
Block a user