X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_issue.php;h=0a014d066eda77f4cc1fd4ccfaea79e29ef8ca67;hb=939337a739e521fc7d69ab30a7d89177b51a3bb3;hp=c6afb08b2ec7fa92e3ba06d4a8f6d89029376eff;hpb=68118480967870cf8ed31ca28902a663c5f2499f;p=fa-stable.git diff --git a/manufacturing/work_order_issue.php b/manufacturing/work_order_issue.php index c6afb08b..0a014d06 100644 --- a/manufacturing/work_order_issue.php +++ b/manufacturing/work_order_issue.php @@ -34,6 +34,8 @@ if (isset($_GET['AddedID'])) { display_notification(_("The work order issue has been entered.")); + display_note(get_trans_view_str(systypes::work_order(), $_GET['AddedID'], _("View this Work Order"))); + hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process")); display_footer_exit(); @@ -120,7 +122,7 @@ if (isset($_POST['Process']) && can_process()) } else { - meta_forward($_SERVER['PHP_SELF'], "AddedID=1"); + meta_forward($_SERVER['PHP_SELF'], "AddedID=".$_SESSION['issue_items']->order_id); } } /*end of process credit note */