From: Joe Hunt Date: Fri, 12 Dec 2008 08:15:41 +0000 (+0000) Subject: Rerun (also Statements can have legal text) X-Git-Tag: v2.4.2~19^2~1672 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a254199b8f60c441de8b5154c2a9a9ab2a4d95e3;p=fa-stable.git Rerun (also Statements can have legal text) --- diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index ebbbe155..3f7986bf 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -265,7 +265,7 @@ $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();