X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=a8fdbc4a6caae71abf175ab090c49b5b6d9d4ac8;hb=31966256a900343308ce287a246fe3a52e9a613c;hp=fc330428b7f6af2f030b9dd28198f467b8cf6489;hpb=7ebb0833aee4208befc28ad03568e905be25e6a5;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index fc330428..a8fdbc4a 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -99,9 +99,9 @@ function print_deliveries() } else $rep->title = _('DELIVERY NOTE'); - $rep->Header2($myrow, $branch, $sales_order, '', 13); + $rep->Header2($myrow, $branch, $sales_order, '', ST_CUSTDELIVERY); - $result = get_customer_trans_details(13, $i); + $result = get_customer_trans_details(ST_CUSTDELIVERY, $i); $SubTotal = 0; while ($myrow2=db_fetch($result)) { @@ -131,7 +131,7 @@ function print_deliveries() $rep->row = $newrow; //$rep->NewLine(1); if ($rep->row < $rep->bottomMargin + (15 * $rep->lineHeight)) - $rep->Header2($myrow, $branch, $sales_order,'',13); + $rep->Header2($myrow, $branch, $sales_order,'',ST_CUSTDELIVERY); } $comments = get_comments(ST_CUSTDELIVERY, $i); @@ -147,7 +147,7 @@ function print_deliveries() $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight); $linetype = true; - $doctype=13; + $doctype=ST_CUSTDELIVERY; if ($rep->currency != $myrow['curr_code']) { include($path_to_root . "/reporting/includes/doctext2.inc"); @@ -164,7 +164,7 @@ function print_deliveries() $rep->TextCol(3, 6, $doc_Shipping, -2); $rep->TextCol(6, 7, $DisplayFreight, -2); $rep->NewLine(); - $tax_items = get_trans_tax_details(13, $i); + $tax_items = get_trans_tax_details(ST_CUSTDELIVERY, $i); while ($tax_item = db_fetch($tax_items)) { $DisplayTax = number_format2($tax_item['amount'], $dec); @@ -196,7 +196,7 @@ function print_deliveries() $myrow['email'] = $branch['email']; $myrow['DebtorName'] = $branch['br_name']; } - $rep->End($email, $doc_Delivery_no . " " . $myrow['reference'], $myrow, 13); + $rep->End($email, $doc_Delivery_no . " " . $myrow['reference'], $myrow, ST_CUSTDELIVERY); } } if ($email == 0)