$ /includes/current_user.inc
# Missing tags parameter in display_type call
$ /reporting/rep706.php
+ /reporting/rep707.php
25-Aug-2010 Janusz Dobrowolski
+ Added taxes display for sales order/quotation
}
$totals_arr = display_type($accounttype["id"], $accounttype["name"], $from, $to, $begin, $end, $compare, $convert, $dec,
- $pdec, $rep, $dimension, $dimension2, $pg, $graphics);
+ $pdec, $rep, $dimension, $dimension2, $tags, $pg, $graphics);
$per_balance_total += $totals_arr[0];
$acc_balance_total += $totals_arr[1];
}