X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep112.php;h=87d87ce5881e3b3f6486c3364399a07a438b4c29;hb=508b54ee5cef13ac64f1532dfedfb7b242aa9077;hp=07e312cd9a514a24ed13859e25b0e71981926434;hpb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;p=fa-stable.git diff --git a/reporting/rep112.php b/reporting/rep112.php index 07e312cd..87d87ce5 100644 --- a/reporting/rep112.php +++ b/reporting/rep112.php @@ -88,13 +88,10 @@ function print_receipts() $cur = get_company_Pref('curr_default'); - if ($email == 0) - { - $rep = new FrontReport(_('RECEIPT'), "ReceiptBulk", user_pagesize()); - $rep->currency = $cur; - $rep->Font(); - $rep->Info($params, $cols, null, $aligns); - } + $rep = new FrontReport(_('RECEIPT'), "ReceiptBulk", user_pagesize()); + $rep->currency = $cur; + $rep->Font(); + $rep->Info($params, $cols, null, $aligns); for ($i = $fno[0]; $i <= $tno[0]; $i++) { @@ -178,8 +175,7 @@ function print_receipts() $rep->TextCol(6, 7, "__________________"); } } - if ($email == 0) - $rep->End(); + $rep->End(); } ?> \ No newline at end of file