X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep113.php;h=468fdffb455622599d028e639d1ae41d089d4873;hb=8143beb0b9260509cfd1e73acd3d29c965760763;hp=742738ab86a531159e3b6d3c6b192fdcdbcc05df;hpb=43ad91751a494b2572eb64441248aa3a87f0141e;p=fa-stable.git diff --git a/reporting/rep113.php b/reporting/rep113.php index 742738ab..468fdffb 100644 --- a/reporting/rep113.php +++ b/reporting/rep113.php @@ -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))