X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Finquiry%2Fstock_movements.php;h=24c12e7cd4b32884f5211d30f1b0db0e6d50d3f6;hb=f0e1edfccbf3608463c9da99b40f9c65fd298bb3;hp=f9ef425d6140db9188c9c6bf495d6bf3a2d13185;hpb=07737913eea4abbc7a8604a286852facb2134540;p=fa-stable.git diff --git a/inventory/inquiry/stock_movements.php b/inventory/inquiry/stock_movements.php index f9ef425d..24c12e7c 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"); }