X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fview%2Fwo_issue_view.php;h=80f624c4df5a6fc5726731e75d1242a80b16e63b;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=e3ba38bcb7358d44b97b45d708aa71f417e3de9f;hpb=99730b8d6deb7e81d2f1ebeb2ce7066d27729485;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"));