Merging changes form main trunk 2.2.5-2.2.6
[fa-stable.git] / sales / view / view_sales_order.php
index 69273e03c6e569a9050a2f5ab74eb5c3624101e4..a047b91c5093e16a11552970b0600b2e388d1ee3 100644 (file)
@@ -115,7 +115,7 @@ if ($_GET['trans_type'] != ST_SALESQUOTE)
 
        }
 
-       label_row(null, price_format($delivery_total), "", "colspan=4 align=right");
+       label_row(null, price_format($delivery_total), " ", "colspan=4 align=right");
 
        end_table();
        echo "</td><td valign='top'>";
@@ -147,7 +147,7 @@ if ($_GET['trans_type'] != ST_SALESQUOTE)
 
        }
 
-       label_row(null, price_format($invoices_total), "", "colspan=4 align=right");
+       label_row(null, price_format($invoices_total), " ", "colspan=4 align=right");
 
        end_table();
 
@@ -179,7 +179,7 @@ if ($_GET['trans_type'] != ST_SALESQUOTE)
        }
 
        label_row(null, "<font color=red>" . price_format(-$credits_total) . "</font>",
-               "", "colspan=4 align=right");
+               " ", "colspan=4 align=right");
 
 
        end_table();