Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-26 13:46:37 +00:00
parent 14baec95dc
commit 1a4e1b1ae9

View File

@ -228,9 +228,9 @@ function getCustomerOrderPieChart($socid = 0)
if ($row) {
//if ($row[1]!=-1 && ($row[1]!=3 || $row[2]!=1))
{
if (!isset($vals[$row[1]])) {
$vals[$row[1]] = 0;
}
if (!isset($vals[$row[1]])) {
$vals[$row[1]] = 0;
}
$vals[$row[1]] += $row[0];
$totalinprocess += $row[0];
}