Global change in naming convention from std_cost to unit_cost.
[fa-stable.git] / inventory / view / view_adjustment.php
index ca3a7edc73a03a28eefd4e8e4d6365d99acc69a6..e762deb2cb4f9871c0f9224d88c74b03712e2807 100644 (file)
@@ -62,7 +62,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_decimal_cell($adjustment['standard_cost']);
+    amount_decimal_cell($adjustment['unit_cost']);
     end_row();
 }