From: Joe Hunt Date: Fri, 18 Dec 2020 10:21:07 +0000 (+0100) Subject: Item Adjustments Note disable rounding of Unit Cost. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b7f6a055f58ce71ef706b51de2168b1131ef29d4 Item Adjustments Note disable rounding of Unit Cost. Fixed. --- diff --git a/inventory/includes/item_adjustments_ui.inc b/inventory/includes/item_adjustments_ui.inc index 53643ad9..cea98285 100644 --- a/inventory/includes/item_adjustments_ui.inc +++ b/inventory/includes/item_adjustments_ui.inc @@ -199,7 +199,7 @@ function adjustment_edit_item_controls(&$order, $line_no=-1) set_focus(input_num('qty') >= 0 ? 'std_cost' : 'AddItem'); } if (input_num('qty') >= 0) - amount_cells(null, 'std_cost', null, null, null, $dec); + amount_cells(null, 'std_cost', null, null, null, $dec2); else { hidden('std_cost'); label_cell($_POST['std_cost'], "nowrap align=right");