X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=purchasing%2Fpo_receive_items.php;h=9664c54607c3b2695e92132180221dc0ef8f8300;hb=916c3a6fd1dfd8dcf19ff5eb70e49b3bf3c5a338;hp=c3cfc01bff09b2733e4ffc60f6caca3b37a2a8a0;hpb=3797cfa95ad9cc4359aabc27d7bb8e8e9aff1e7d;p=fa-stable.git diff --git a/purchasing/po_receive_items.php b/purchasing/po_receive_items.php index c3cfc01b..9664c546 100644 --- a/purchasing/po_receive_items.php +++ b/purchasing/po_receive_items.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 11; $path_to_root=".."; include_once($path_to_root . "/purchasing/includes/po_class.inc"); @@ -23,13 +33,13 @@ if (isset($_GET['AddedID'])) display_notification_centered(_("Purchase Order Delivery has been processed")); - display_note(get_trans_view_str($trans_type, $grn, _("View this Delivery"))); + display_note(get_trans_view_str($trans_type, $grn, _("&View this Delivery"))); //echo "
"; - //echo get_gl_view_str(25, $grn, _("View the GL Journal Entries for this Delivery")); + //echo get_gl_view_str(25, $grn, _("View the GL &Journal Entries for this Delivery")); // echo "
"; - hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different purchase order for receiving items against")); + hyperlink_no_params("$path_to_root/purchasing/inquiry/po_search.php", _("Select a different &purchase order for receiving items against")); display_footer_exit(); } @@ -300,7 +310,7 @@ display_po_receive_items(); echo '
'; submit_center_first('Update', _("Update"), '', true); -submit_center_last('ProcessGoodsReceived', _("Process Receive Items"), _("Clear all GL entry fields"), true); +submit_center_last('ProcessGoodsReceived', _("Process Receive Items"), _("Process Receive Items"), true); end_form();