X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=3aa5d050263f20af554f3028597d5887e6c61df5;hb=refs%2Fremotes%2Fgithub%2Fmaster;hp=501cf44c46016e6c0ec613d86cf5fe9e405aa109;hpb=6cdf5e7b364034c94751f31ba47af750c2eedc61;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 501cf44c..3aa5d050 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -61,8 +61,6 @@ print_invoices(); function print_invoices() { global $path_to_root, $SysPrefs; - - $show_this_payment = true; // include payments invoiced here in summary include_once($path_to_root . "/reporting/includes/pdf_report.inc"); @@ -143,8 +141,11 @@ function print_invoices() // calculate summary start row for later use $summary_start_row = $rep->bottomMargin + (15 * $rep->lineHeight); + $show_this_payment = $rep->formData['prepaid'] == 'partial'; // include payments invoiced here in summary + if ($rep->formData['prepaid']) { + $result = get_sales_order_invoices($myrow['order_']); $prepayments = array(); while($inv = db_fetch($result)) @@ -323,7 +324,7 @@ function print_invoices() $rep->Font(); if ($email == 1) { - $rep->End($email); + $rep->End($email, sprintf(_("Invoice %s from %s"), $myrow['reference'], htmlspecialchars_decode(get_company_pref('coy_name')))); } } if ($email == 0)