Rerun (also Statements can have legal text)
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 12 Dec 2008 08:15:41 +0000 (08:15 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 12 Dec 2008 08:15:41 +0000 (08:15 +0000)
reporting/includes/header2.inc

index ebbbe15536c7b750f1fbabda5dfe1eeef14f5a0e..3f7986bf6882a3df874a1aaae9b46bf138ad717d 100644 (file)
                        $this->NewLine();
                }
                $legal = get_company_pref('legal_text');
-               if ($doctype == 10 && $legal != "") 
+               if (($doctype == 10 || $doctype == 12) && $legal != "") 
                {
                        $this->TextWrap($ccol, $this->row, $right - $ccol, $legal, 'C');
                        $this->NewLine();