Bug in adding freight cost to sales order/quotation
[fa-stable.git] / purchasing / view / view_po.php
index ce2df9341b9a29d49c0dba6d283baf4c492f723b..32bd576db339040131e79d6d07531b5478837385 100644 (file)
@@ -82,7 +82,7 @@ foreach ($purchase_order->line_items as $stock_item)
 
 $display_total = number_format2($total,user_price_dec());
 label_row(_("Total Excluding Tax/Shipping"), $display_total,
-       "align=right colspan=5", "nowrap align=right");
+       "align=right colspan=5", "nowrap align=right", 3);
 
 end_table();