Changed actual_cost to purchase_cost field in en_US-* init files.
[fa-stable.git] / fixed_assets / includes / depreciation.inc
index cc5390795c3f56b36b3d4f0ead0162bd496a8010..3bc72126cebb53c1fa10003720d5eebb388f3f57 100644 (file)
@@ -69,7 +69,7 @@ function compute_gl_rows_for_depreciation($item, $no_months, $period) {
                        $value = $line_value;
                break;
 
-    case 'S':  // actual_cost stores start cost of item
+    case 'S':  // purchase_cost stores start cost of item
                $value = $item['purchase_cost']*$item['depreciation_rate']/100/12;
                break;