X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=02285fca2452857bf62adac6119761a67dfd3a39;hb=5089910120614dfb8b76a0271b43739f90f38b01;hp=00e0dcb79631894899518fc11c591a17af2fc152;hpb=9748e7965d509b96170b4dc044347a797b995956;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index 00e0dcb7..02285fca 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -152,13 +152,6 @@ function print_sales_quotations() $rep->Font(); if ($email == 1) { - if ($myrow['contact_email'] == '') - { - $myrow['contact_email'] = $branch['email']; - if ($myrow['contact_email'] == '') - $myrow['contact_email'] = $myrow['master_email']; - $myrow['DebtorName'] = $branch['br_name']; - } if ($print_invoice_no == 1) $myrow['reference'] = $i; $rep->End($email, $doc_Invoice_no . " " . $myrow['reference'], $myrow);