Fixing style errors.
This commit is contained in:
parent
14baec95dc
commit
1a4e1b1ae9
@ -228,9 +228,9 @@ function getCustomerOrderPieChart($socid = 0)
|
|||||||
if ($row) {
|
if ($row) {
|
||||||
//if ($row[1]!=-1 && ($row[1]!=3 || $row[2]!=1))
|
//if ($row[1]!=-1 && ($row[1]!=3 || $row[2]!=1))
|
||||||
{
|
{
|
||||||
if (!isset($vals[$row[1]])) {
|
if (!isset($vals[$row[1]])) {
|
||||||
$vals[$row[1]] = 0;
|
$vals[$row[1]] = 0;
|
||||||
}
|
}
|
||||||
$vals[$row[1]] += $row[0];
|
$vals[$row[1]] += $row[0];
|
||||||
$totalinprocess += $row[0];
|
$totalinprocess += $row[0];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user