Merged changes up to 2.3.16 into unstable
[fa-stable.git] / reporting / rep112.php
index d60d56e973e20d300413a019f8050115ecf09fc7..b2d6879ed07582ffe522fd092b6c5fbf00116b6e 100644 (file)
@@ -80,9 +80,9 @@ function print_receipts()
        $cur = get_company_Pref('curr_default');
 
        $rep = new FrontReport(_('RECEIPT'), "ReceiptBulk", user_pagesize(), 9, $orientation);
-    if ($orientation == 'L')
+       if ($orientation == 'L')
        recalculate_cols($cols);
-       $rep->SetHeaderType('Header2');
+       $rep->SetHeaderType('Header2');
        $rep->currency = $cur;
        $rep->Font();
        $rep->Info($params, $cols, null, $aligns);