X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fview%2Fwo_issue_view.php;h=80f624c4df5a6fc5726731e75d1242a80b16e63b;hb=634019327c53a3e1082c90f4fcece9a97429a039;hp=e3ba38bcb7358d44b97b45d708aa71f417e3de9f;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/manufacturing/view/wo_issue_view.php b/manufacturing/view/wo_issue_view.php index e3ba38bc..80f624c4 100644 --- a/manufacturing/view/wo_issue_view.php +++ b/manufacturing/view/wo_issue_view.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 10; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); @@ -31,6 +40,7 @@ function display_wo_issue($issue_no) $myrow = get_work_order_issue($issue_no); + br(1); start_table($table_style); $th = array(_("Issue #"), _("Reference"), _("For Work Order #"), _("Item"), _("From Location"), _("To Work Centre"), _("Date of Issue"));