From: Joe Hunt Date: Mon, 16 Jun 2008 11:21:09 +0000 (+0000) Subject: forgotten X-Git-Tag: v2.4.2~19^2~2011 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=2c659ece419846b6e54773d8d7518d4821529997;p=fa-stable.git forgotten --- 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