X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=1f081ee2204be4cbf17923a039d7a069750b0b10;hb=b2ddc6a6ed30ad69721b7d54610935020cf24247;hp=78a59495f1766e6d8818844e78914cb9f026e917;hpb=a2e0638b8caab0356ee8d39b5761745a5991fc2d;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 78a59495..1f081ee2 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -109,7 +109,7 @@ function print_invoices() } else $rep->title = ($j == ST_SALESINVOICE) ? _('INVOICE') : _('CREDIT NOTE'); - $contacts = get_branch_contacts($branch['branch_code'], 'order', $branch['debtor_no']); + $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no']); $rep->SetCommonData($myrow, $branch, $sales_order, $baccount, $j, $contacts); $rep->NewPage(); @@ -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); } }