Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / reporting / rep113.php
index 742738ab86a531159e3b6d3c6b192fdcdbcc05df..cbc99d1fb559a07605ad4e4eb03fee17c33304a4 100644 (file)
@@ -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))