diff --git a/code/order/Item.php b/code/order/Item.php index ed1c17b0..8df0dcb2 100644 --- a/code/order/Item.php +++ b/code/order/Item.php @@ -187,7 +187,7 @@ function validate() { $result = new ValidationResult(); - $product = $this->Product(); + $product = Product::get()->byId($this->ProductID); //$this->Product(); $variation = $this->Variation(); $quantity = $this->Quantity;