Right align numbers in inquiries and lists.
[fa-stable.git] / inventory / inquiry / stock_movements.php
index 24c12e7cd4b32884f5211d30f1b0db0e6d50d3f6..d6fdce42646bec2abb3d9ea58f7aae8487eacbfa 100644 (file)
@@ -154,7 +154,7 @@ while ($myrow = db_fetch($result))
 
        label_cell($type_name);
 
-       label_cell(get_trans_view_str($myrow["type"], $myrow["trans_no"]));
+       label_cell(get_trans_view_str($myrow["type"], $myrow["trans_no"]), "nowrap align='right'");
 
        label_cell(get_trans_view_str($myrow["type"], $myrow["trans_no"], $myrow["reference"]));