Right align numbers in inquiries and lists.
[fa-stable.git] / inventory / inquiry / stock_movements.php
index f9ef425d6140db9188c9c6bf495d6bf3a2d13185..d6fdce42646bec2abb3d9ea58f7aae8487eacbfa 100644 (file)
@@ -27,7 +27,7 @@ if (user_use_date_picker())
 if (isset($_GET['FixedAsset'])) {
        $page_security = 'SA_ASSETSTRANSVIEW';
        $_POST['fixed_asset'] = 1;
-       $_SESSION['page_title'] = _($help_context = "FA Item Movement");
+       $_SESSION['page_title'] = _($help_context = "Fixed Assets Movement");
 } else {
        $_SESSION['page_title'] = _($help_context = "Inventory Item Movement");
 }
@@ -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"]));