X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_issue.php;h=c6afb08b2ec7fa92e3ba06d4a8f6d89029376eff;hb=68118480967870cf8ed31ca28902a663c5f2499f;hp=452c821510e23362317636d9750b1ec5b7651065;hpb=eb5ce68f102785be92a201b87abbfc37f0a09ee2;p=fa-stable.git diff --git a/manufacturing/work_order_issue.php b/manufacturing/work_order_issue.php index 452c8215..c6afb08b 100644 --- a/manufacturing/work_order_issue.php +++ b/manufacturing/work_order_issue.php @@ -32,10 +32,10 @@ page(_("Issue Items to Work Order"), false, false, "", $js); if (isset($_GET['AddedID'])) { - echo "
" . _("The work order issue has been entered."); - echo "
"; + display_notification(_("The work order issue has been entered.")); + hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process")); - echo "

"; + display_footer_exit(); } //--------------------------------------------------------------------------------------------------