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