X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=5fccb257fcd2db5f871659cac4d43d3e2a4d9a69;hb=7561718ee5113232ce917f63085d272884b0929c;hp=27063c609e517e8cf2db4591037374a869534aca;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 27063c60..5fccb257 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -113,13 +113,13 @@ function print_statements() } $contacts = get_customer_contacts($myrow['debtor_no'], 'invoice'); - $rep->SetHeaderType('Header2'); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns); //= get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no']); $rep->SetCommonData($myrow, null, null, $baccount, ST_STATEMENT, $contacts); + $rep->SetHeaderType('Header2'); $rep->NewPage(); $rep->NewLine(); $doctype = ST_STATEMENT;