X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep113.php;h=cbc99d1fb559a07605ad4e4eb03fee17c33304a4;hb=75564761d1429129282bd04ab00575c5e80fe4c2;hp=742738ab86a531159e3b6d3c6b192fdcdbcc05df;hpb=43ad91751a494b2572eb64441248aa3a87f0141e;p=fa-stable.git diff --git a/reporting/rep113.php b/reporting/rep113.php index 742738ab..cbc99d1f 100644 --- a/reporting/rep113.php +++ b/reporting/rep113.php @@ -134,7 +134,7 @@ function print_credits() if ($memo != "") { $rep->NewLine(); - $rep->TextColLines(1, 5, $memo, -2); + $rep->TextColLines(1, 3, $memo, -2); } $DisplaySubTot = number_format2($SubTotal,$dec); @@ -151,10 +151,7 @@ function print_credits() $rep->TextCol(3, 6, _("Shipping"), -2); $rep->TextCol(6, 7, $DisplayFreight, -2); $rep->NewLine(); - } - $rep->TextCol(3, 6, _("Shipping"), -2); - $rep->TextCol(6, 7, $DisplayFreight, -2); - $rep->NewLine(); + } $tax_items = get_trans_tax_details(ST_CUSTCREDIT, $i); $first = true; while ($tax_item = db_fetch($tax_items))