Missing parameter in display_type call in rep707
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Aug 2010 16:13:55 +0000 (16:13 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 30 Aug 2010 16:13:55 +0000 (16:13 +0000)
CHANGELOG.txt
reporting/rep707.php

index 74d8dd001437afe109adf73e747709ca3be7c32f..ab562cec30a737838e520028ebe632148a391860 100644 (file)
@@ -25,6 +25,7 @@ $ -> Affected files
 $ /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
index 85ef695ffe260cbe9b5f75da0c3fac8975e51d3d..73180d2e1a6e229e0d0d1319ee4e7febcb9557e2 100644 (file)
@@ -101,7 +101,7 @@ function display_type ($type, $typename, $from, $to, $begin, $end, $compare, $co
                }
 
                $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];
        }