X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fdashboard.inc;h=b4b847d496f88e3cb71a143e7543eb7e9a4d7394;hb=2d389d0e776eded2408a760edb434f7a085b7da5;hp=4b552cfb33d0677649c01e2a12264fdfe4695c6d;hpb=ab957b7b0aeb7e12c108ba6445ed5d5fef87072b;p=fa-stable.git diff --git a/includes/dashboard.inc b/includes/dashboard.inc index 4b552cfb..b4b847d4 100644 --- a/includes/dashboard.inc +++ b/includes/dashboard.inc @@ -413,8 +413,8 @@ function gl_performance($today, $width="33", $weeks=5) while ($myrow = db_fetch($result)) { $pg->x[$i] = $myrow['week_name']; - $pg->y[$i] = abs($myrow['sales']); - $pg->z[$i] = abs($myrow['costs']); + $pg->y[$i] = $myrow['sales']; + $pg->z[$i] = $myrow['costs']; $i++; } $pg->x = array_reverse($pg->x);