X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=9d8b8d7ddfbf9b0a0c71d3a3115fcf38631a7412;hb=7840540918bfd37c886877a5d52e3ba0b3373289;hp=136f0d2c9fe355b542fc8dd06cbad64d5f112d27;hpb=6af220a67674c827a1970fe601a4c04e8d07cded;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index 136f0d2c..9d8b8d7d 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -108,7 +108,7 @@ function print_remittances() { $myrow = get_remittance($j, $i); if (!$myrow) - continue; + continue; $res = get_bank_trans($j, $i); $baccount = db_fetch($res); $params['bankaccount'] = $baccount['bank_act']; @@ -135,7 +135,7 @@ function print_remittances() $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); @@ -175,14 +175,14 @@ function print_remittances() { $rep->NewLine(2); $rep->TextCol(1, 7, $myrow['curr_code'] . ": " . $words, - 2); - } + } $rep->Font(); if ($email == 1) { $myrow['DebtorName'] = $myrow['supp_name']; $rep->End($email); } - } + } } if ($email == 0) $rep->End();