X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitem_codes.php;h=4b9fcd79f3c3c974ada87431011f4cf7cd02da5a;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=2e4b7272d1d2562f56ffb19980b8d6468cc00288;hpb=3a5c989060c96623b8f621ba89f8eb4405fb1588;p=fa-stable.git diff --git a/inventory/manage/item_codes.php b/inventory/manage/item_codes.php index 2e4b7272..4b9fcd79 100644 --- a/inventory/manage/item_codes.php +++ b/inventory/manage/item_codes.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 11; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); @@ -72,7 +82,7 @@ if ($Mode == 'Delete') { delete_item_code($selected_id); - display_notification(_("The purchasing data item has been sucessfully deleted.")); + display_notification(_("Item code has been sucessfully deleted.")); $Mode = 'RESET'; }