X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Frep107.php;h=1f081ee2204be4cbf17923a039d7a069750b0b10;hb=52cb07f22b3c471b08339236ae5bcb9c07ee779e;hp=33455a1948c4e0bb51b51a4873fac8fc6bb696d8;hpb=69fde1eed360af911850c868e86fb2f63700195b;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 33455a19..1f081ee2 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -219,11 +219,6 @@ function print_invoices() if ($email == 1) { $myrow['dimension_id'] = $paylink; // helper for pmt link - if ($myrow['email'] == '') - { - $myrow['email'] = $branch['email']; - $myrow['DebtorName'] = $branch['br_name']; - } $rep->End($email, $doc_Invoice_no . " " . $myrow['reference'], $myrow, $j); } }