Changed so also Item Adjustment and Cost Update allow more than 2 dec in price
[fa-stable.git] / inventory / view / view_adjustment.php
index 6bc5076480c97ef9bde002211158b9c477aad29a..953e6018e1eab816910ca14c8fe1e9c9b26a4b4d 100644 (file)
@@ -64,7 +64,7 @@ while ($adjustment = db_fetch($adjustment_items))
     label_cell($adjustment['description']);
     qty_cell($adjustment['qty'], false, get_qty_dec($adjustment['stock_id']));
     label_cell($adjustment['units']);
-    amount_cell($adjustment['standard_cost']);
+    amount_decimal_cell($adjustment['standard_cost']);
     end_row();
 }