--- ubercart-6.x-2.1/uc_order/uc_order.module 2009-11-18 16:08:06.000000000 -0500 +++ ubercart-6.x-2.x-dev/uc_order/uc_order.module 2009-11-18 17:22:24.000000000 -0500 @@ -1449,8 +1449,7 @@ function uc_order_get_total($order, $pro // unknowingly implemented (see date_order() in date_api.module), we verify // the results are numeric before continuing. if (function_exists($function) && ($value = $function('total', $order, NULL)) && is_numeric($value)) { - $total += $value; - } + $total += $value; } }