From a254199b8f60c441de8b5154c2a9a9ab2a4d95e3 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 12 Dec 2008 08:15:41 +0000 Subject: [PATCH] Rerun (also Statements can have legal text) --- reporting/includes/header2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2