From 2c659ece419846b6e54773d8d7518d4821529997 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 16 Jun 2008 11:21:09 +0000 Subject: [PATCH] forgotten --- manufacturing/includes/manufacturing_ui.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manufacturing/includes/manufacturing_ui.inc b/manufacturing/includes/manufacturing_ui.inc index 62bfb5c8..5753b716 100644 --- a/manufacturing/includes/manufacturing_ui.inc +++ b/manufacturing/includes/manufacturing_ui.inc @@ -88,7 +88,7 @@ function display_wo_requirements($woid, $quantity, $show_qoh=false, $date=null) { $qoh = 0; - + $show_qoh = true; // if it's a non-stock item (eg. service) don't show qoh if (!has_stock_holding($myrow["mb_flag"])) $show_qoh = false; @@ -164,7 +164,7 @@ function display_wo_productions($woid) label_cell(get_trans_view_str(29, $myrow["id"])); label_cell($myrow['reference']); label_cell(sql2date($myrow["date_"])); - qty_cell($myrow['quantity']); + qty_cell($myrow['quantity'], false, get_qty_dec($myrow['reference'])); end_row(); }//end of while -- 2.30.2