X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=072e8d90721620324d92d69496005342fc4a301c;hb=36b1fadae4301de56c7dc2e3ffdf200c4a5a8344;hp=2c94b3d333580c81671e900ea2207e775cb24a04;hpb=565a41e2d7fd4b4a32848e4829c11dbbcb5881d1;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index 2c94b3d3..072e8d90 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -173,7 +173,7 @@ function print_remittances() if ($email == 1) { $myrow['DebtorName'] = $myrow['supp_name']; - $rep->End($email, '', $myrow); + $rep->End($email); } } }