projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
906fc86
)
Rerun (also Statements can have legal text)
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 12 Dec 2008 08:15:41 +0000
(08:15 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 12 Dec 2008 08:15:41 +0000
(08:15 +0000)
reporting/includes/header2.inc
patch
|
blob
|
history
diff --git
a/reporting/includes/header2.inc
b/reporting/includes/header2.inc
index ebbbe15536c7b750f1fbabda5dfe1eeef14f5a0e..3f7986bf6882a3df874a1aaae9b46bf138ad717d 100644
(file)
--- 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();