X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fadjustments.php;h=ba5dcf49fbcdbe83e1d9ac1f301b07222d78be4a;hb=2bb32c39a0dc02afea9a67053d03d4b148114d5d;hp=b82a61227aebfb6a840a2844b1b2b42ffe7bba7d;hpb=fd069bba86276f15311ff6ab10b22d4a06a55513;p=fa-stable.git diff --git a/inventory/adjustments.php b/inventory/adjustments.php index b82a6122..ba5dcf49 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -29,7 +29,7 @@ if (user_use_date_picker()) if (isset($_GET['NewAdjustment'])) { if (isset($_GET['FixedAsset'])) { $page_security = 'SA_ASSETDISPOSAL'; - $_SESSION['page_title'] = _($help_context = "FA Disposal"); + $_SESSION['page_title'] = _($help_context = "Fixed Assets Disposal"); } else { $_SESSION['page_title'] = _($help_context = "Item Adjustments Note"); } @@ -47,7 +47,7 @@ if (isset($_GET['AddedID'])) $row = db_fetch($result); if (is_fixed_asset($row['mb_flag'])) { - display_notification_centered(_("FA disposal has been processed")); + display_notification_centered(_("Fixed Assets disposal has been processed")); display_note(get_trans_view_str($trans_type, $trans_no, _("&View this disposal"))); display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL &Postings for this Disposal")), 1, 0);