X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=manufacturing%2Fincludes%2Fmanufacturing_ui.inc;h=5607eff9c87fb765b849bafe2bb632a47b3eaaf7;hb=7561718ee5113232ce917f63085d272884b0929c;hp=f2cde17f2ee9e09d8e622e0c8221e015d7a6cda0;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/manufacturing/includes/manufacturing_ui.inc b/manufacturing/includes/manufacturing_ui.inc index f2cde17f..5607eff9 100644 --- a/manufacturing/includes/manufacturing_ui.inc +++ b/manufacturing/includes/manufacturing_ui.inc @@ -244,8 +244,8 @@ function display_wo_payments($woid) alt_table_row_color($k); - label_cell(get_gl_view_str(ST_WORKORDER, $myrow["type_no"], $myrow["type_no"])); - label_cell($wo_cost_types[$myrow['person_id']]); + label_cell(get_gl_view_str( $myrow["type"], $myrow["type_no"], $myrow["type_no"])); + label_cell($wo_cost_types[$myrow['cost_type']]); $date = sql2date($myrow["tran_date"]); label_cell($date); amount_cell(-($myrow['amount'])); @@ -357,4 +357,3 @@ function display_wo_details_quick($woid, $suppress_view_link=false) } } -?> \ No newline at end of file