From: Janusz Dobrowolski Date: Fri, 26 Nov 2010 10:07:48 +0000 (+0000) Subject: Fixed errors/warning due to leaved obsolete code. X-Git-Tag: v2.4.2~19^2~454 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8638cffdf5eb106d2c9a6f8ee68b9f91427ace2f;p=fa-stable.git Fixed errors/warning due to leaved obsolete code. --- diff --git a/reporting/rep109.php b/reporting/rep109.php index b6077b6e..845d0ac7 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -203,9 +203,6 @@ function print_sales_orders() $DisplayTotal = number_format2($myrow["freight_cost"] + $SubTotal, $dec); $rep->Font('bold'); -// if ($myrow['tax_included'] == 0) -// $rep->TextCol(3, 6, $doc_TOTAL_ORDER, - 2); -// else $rep->TextCol(3, 6, $doc_TOTAL_ORDER2, - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); $words = price_in_words($myrow["freight_cost"] + $SubTotal, ST_SALESORDER); @@ -217,7 +214,6 @@ function print_sales_orders() $rep->Font(); if ($email == 1) { - $res = get_branch_contacts($branch['branch_code'], 'order', $branch['customer_id']); $rep->End($email, $doc_Invoice_no . " " . $i, $myrow); } }