Delivery against sales order fixed (merge bug).
[fa-stable.git] / reporting / rep705.php
index 88e1ec6b92d17b2126875bbfb21bdc54d343d79d..c09d0a47d07af7b2609827922c9db948cae9ce1f 100644 (file)
@@ -277,7 +277,8 @@ function print_annual_expense_breakdown()
 
        $rep = new FrontReport(_('Annual Expense Breakdown'), "AnnualBreakDown", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
+
        $rep->Font();
        $rep->Info($params, $cols, $headers, $aligns);
        $rep->NewPage();
@@ -331,4 +332,3 @@ function print_annual_expense_breakdown()
        $rep->End();
 }
 
-?>
\ No newline at end of file