Fixed Assets fixes, bugs and improvements.
[fa-stable.git] / includes / ui / items_cart.inc
index 858b05be6d337c1dbdd629ea6896c6233ea04c6f..92cc1a462c2193a30f3b0ed8d5743eacf933fa2c 100644 (file)
@@ -481,7 +481,7 @@ class line_item
                        $this->item_description = $description;
 
                if ($standard_cost == null)
-                       $this->standard_cost = $item_row["actual_cost"];
+                       $this->standard_cost = $item_row["purchase_cost"];
                else
                        $this->standard_cost = $standard_cost;