}
$totals_arr = display_type($accounttype["id"], $accounttype["name"], $from, $to, $convert, $dec,
- $rep, $dimension, $dimension2, $tags, $pg, $graphics);
+ $rep, $dimension, $dimension2, $tags, $pg, $graphics, $labels, $serie1, $serie2);
$open_balance_total += $totals_arr[0];
$period_balance_total += $totals_arr[1];
}
else
include_once($path_to_root . "/reporting/includes/pdf_report.inc");
$orientation = ($orientation ? 'L' : 'P');
+ $labels = array();
+ $serie1 = array();
+ $serie2 = array();
if ($graphics)
{
include_once($path_to_root . "/reporting/includes/class.graphic.inc");
$pg = new Chart($graphics);
- $labels = array();
- $serie1 = array();
- $serie2 = array();
}
if (!$decimals)
$dec = 0;
}
$totals_arr = display_type($accounttype["id"], $accounttype["name"], $from, $to, $begin, $end, $compare, $convert, $dec,
- $pdec, $rep, $dimension, $dimension2, $tags, $pg, $graphics);
+ $pdec, $rep, $dimension, $dimension2, $tags, $pg, $graphics, $labels, $serie1, $serie2);
$per_balance_total += $totals_arr[0];
$acc_balance_total += $totals_arr[1];
}
else
include_once($path_to_root . "/reporting/includes/pdf_report.inc");
$orientation = ($orientation ? 'L' : 'P');
+ $labels = array();
+ $serie1 = array();
+ $serie2 = array();
if ($graphics)
{
include_once($path_to_root . "/reporting/includes/class.graphic.inc");
$pg = new Chart($graphics);
- $labels = array();
- $serie1 = array();
- $serie2 = array();
}
if (!$decimals)
$dec = 0;