X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=3af1bafbc2eb4ab27bd552d9a08f678ecb25961e;hb=7561718ee5113232ce917f63085d272884b0929c;hp=a519fc97659e8a17269604ce1a2f21442b20be54;hpb=0b63d898491b6577a5a5bf90e771dca0dcbbcf1f;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index a519fc97..3af1bafb 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -106,13 +106,13 @@ function print_remittances() $rep->title = _('REMITTANCE'); $rep->filename = "Remittance" . $i . ".pdf"; } - $rep->SetHeaderType('Header2'); $rep->currency = $cur; $rep->Font(); $rep->Info($params, $cols, null, $aligns); $contacts = get_supplier_contacts($myrow['supplier_id'], 'invoice'); $rep->SetCommonData($myrow, null, $myrow, $baccount, ST_SUPPAYMENT, $contacts); + $rep->SetHeaderType('Header2'); $rep->NewPage(); $result = get_allocatable_to_supp_transactions($myrow['supplier_id'], $myrow['trans_no'], $myrow['type']); @@ -183,4 +183,3 @@ function print_remittances() $rep->End(); } -?> \ No newline at end of file