X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=inventory%2Finquiry%2Fstock_movements.php;h=24c12e7cd4b32884f5211d30f1b0db0e6d50d3f6;hb=cf502cf9d94e5341eddd9138cd9896be595ce108;hp=f9ef425d6140db9188c9c6bf495d6bf3a2d13185;hpb=fd069bba86276f15311ff6ab10b22d4a06a55513;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"); }