Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / reporting / rep112.php
index ba6c94653b4571ccf24f83b4ff94a1294ad7efd4..c510160a1566486adaae4f7f0a74e27917c1a148 100644 (file)
@@ -105,7 +105,7 @@ function print_receipts()
                {
                        $myrow = get_receipt($j, $i);
                        if (!$myrow)
-                               continue;                       
+                               continue;
                        $res = get_bank_trans($j, $i);
                        $baccount = db_fetch($res);
                        $params['bankaccount'] = $baccount['bank_act'];
@@ -121,7 +121,7 @@ function print_receipts()
                        $total_allocated = 0;
                        $rep->TextCol(0, 4,     _("As advance / full / part / payment towards:"), -2);
                        $rep->NewLine(2);
-                       
+
                        while ($myrow2=db_fetch($result))
                        {
                                $rep->TextCol(0, 1,     $systypes_array[$myrow2['type']], -2);
@@ -161,7 +161,7 @@ function print_receipts()
                        {
                                $rep->NewLine(1);
                                $rep->TextCol(0, 7, $myrow['curr_code'] . ": " . $words, - 2);
-                       }       
+                       }
                        $rep->Font();
                        $rep->NewLine();
                        $rep->TextCol(6, 7, _("Received / Sign"), - 2);
@@ -176,7 +176,7 @@ function print_receipts()
                        $rep->TextCol(4, 5, _("Branch"), - 2);
                        $rep->TextCol(5, 6, "__________________", - 2);
                        $rep->TextCol(6, 7, "__________________");
-               }       
+               }
        }
        $rep->End();
 }