Overhead costs in Manufacturing/Assembling wasn't added to stock overhead cost
[fa-stable.git] / manufacturing / work_order_issue.php
index 452c821510e23362317636d9750b1ec5b7651065..c6afb08b2ec7fa92e3ba06d4a8f6d89029376eff 100644 (file)
@@ -32,10 +32,10 @@ page(_("Issue Items to Work Order"), false, false, "", $js);
 
 if (isset($_GET['AddedID'])) 
 {
-       echo "<center>" . _("The work order issue has been entered.");
-       echo "<br>";
+       display_notification(_("The work order issue has been entered."));
+
        hyperlink_no_params("search_work_orders.php", _("Select another &Work Order to Process"));
-       echo "<br><br>";
+
        display_footer_exit();
 }
 //--------------------------------------------------------------------------------------------------