Global change in naming convention from std_cost to unit_cost.
[fa-stable.git] / inventory / includes / db / items_transfer_db.inc
index c9a845f9b3e6613d28f2c23b21687896acbe7811..f35bf3696c43439ca0bfcb6c26ba574a960e2a04 100644 (file)
@@ -61,7 +61,7 @@ function add_stock_transfer($Items, $location_from, $location_to, $date_, $refer
 // add 2 stock_moves entries for a stock transfer
 // $date_ is display date (not sql)
 // std_cost is in HOME currency
-// it seems the standard_cost field is not used at all
+// it seems the unit_cost field is not used at all
 
 function add_stock_transfer_item($transfer_id, $stock_id, $location_from, $location_to,
        $date_, $reference, $quantity)