diff --git a/uc_order/uc_order.rules.inc b/uc_order/uc_order.rules.inc index 26b5f56..62ac45d 100644 --- a/uc_order/uc_order.rules.inc +++ b/uc_order/uc_order.rules.inc @@ -913,7 +913,7 @@ function uc_order_condition_value_operator_comparision($source, $op, $target) { * @see uc_order_condition_value_operator_options */ function uc_order_condition_total($order, $op, $value) { - return uc_order_condition_value_operator_comparision($order->total, $op, $value); + return uc_order_condition_value_operator_comparision($order->order_total, $op, $value); } /**