CSS style is now implemented in all FA.
[fa-stable.git] / sales / view / view_sales_order.php
index ebf60096fa3cf9585d9c0ed62e61f4b422c9071e..c8a212e33447f503f7343c2f74eaca2572f57a1a 100644 (file)
@@ -116,7 +116,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'>";
@@ -149,7 +149,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();
 
@@ -182,7 +182,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();