X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fincludes%2Fmanufacturing_ui.inc;h=2d55477ba767fb01651173eb6e5ea9ac930b1359;hb=f9ad5818b3b263cf9ecb9d3d08d833ed79d97fe6;hp=7e63f77a76ec1342e42e1e2bc2d9de424c8949fb;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/manufacturing/includes/manufacturing_ui.inc b/manufacturing/includes/manufacturing_ui.inc index 7e63f77a..2d55477b 100644 --- a/manufacturing/includes/manufacturing_ui.inc +++ b/manufacturing/includes/manufacturing_ui.inc @@ -79,7 +79,7 @@ function display_wo_requirements($woid, $quantity, $show_qoh=false, $date=null) else { - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_("Component"), _("From Location"), _("Work Centre"), _("Unit Quantity"), _("Total Quantity"), _("Units Issued"), _("On Hand")); @@ -168,7 +168,7 @@ function display_wo_productions($woid) $total_qty += $myrow['quantity']; - label_cell(get_trans_view_str(29, $myrow["id"])); + label_cell(get_trans_view_str(ST_MANURECEIVE, $myrow["id"])); label_cell($myrow['reference']); label_cell(sql2date($myrow["date_"])); qty_cell($myrow['quantity'], false, get_qty_dec($myrow['reference'])); @@ -208,7 +208,7 @@ function display_wo_issues($woid) alt_table_row_color($k); - label_cell(get_trans_view_str(28, $myrow["issue_no"])); + label_cell(get_trans_view_str(ST_MANUISSUE, $myrow["issue_no"])); label_cell($myrow['reference']); label_cell(sql2date($myrow["issue_date"])); end_row(); @@ -270,7 +270,7 @@ function display_wo_details($woid, $suppress_view_link=false) exit; } - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); if ($myrow["released"] == true) $th = array(_("#"), _("Reference"), _("Type"), _("Manufactured Item"), @@ -326,7 +326,7 @@ function display_wo_details_quick($woid, $suppress_view_link=false) exit; } - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_("#"), _("Reference"), _("Type"), _("Manufactured Item"), _("Into Location"), _("Date"), _("Quantity")); @@ -357,4 +357,3 @@ function display_wo_details_quick($woid, $suppress_view_link=false) } } -?> \ No newline at end of file