@@ -53,7 +53,7 @@ class OrderBaseDetail < ActiveRecord::Base
filterable true
formatted_value do
if !bindings[:object].order.blank?
- get_order_state(bindings[:object].order.stauts)
+ get_order_state(bindings[:object].order.status)
end