X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_movements.php;h=d6fdce42646bec2abb3d9ea58f7aae8487eacbfa;hb=aec1717f263bf767543afa6bd0cb960ce53e0a0d;hp=f9ef425d6140db9188c9c6bf495d6bf3a2d13185;hpb=fd069bba86276f15311ff6ab10b22d4a06a55513;p=fa-stable.git diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index f9ef425d..d6fdce42 100644 --- a/inventory/inquiry/stock_movements.php +++ b/inventory/inquiry/stock_movements.php @@ -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"]));