X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fwork_order_issue.php;h=78a6ba38a381e4aa4f1ea76c256b14862a31a328;hb=45b596b6da2f5c23dff0e97f82d1f2af70242017;hp=8809b61f1453e97dba64481805fd3eff8f4d5bdb;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/manufacturing/work_order_issue.php b/manufacturing/work_order_issue.php index 8809b61f..78a6ba38 100644 --- a/manufacturing/work_order_issue.php +++ b/manufacturing/work_order_issue.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 3; $path_to_root=".."; @@ -205,7 +205,7 @@ if (isset($_GET['trans_no'])) display_wo_details($_SESSION['issue_items']->order_id); echo "
"; -start_form(false, true); +start_form(); start_table("$table_style width=90%", 10); echo ""; @@ -215,7 +215,7 @@ echo ""; end_table(); -submit_center('Process', _("Process Issue"), true, '', true); +submit_center('Process', _("Process Issue"), true, '', 'default'); end_form();