|
@@ -33,7 +33,7 @@ class OrderBaseDetail < ActiveRecord::Base
|
|
|
formatted_value do
|
|
formatted_value do
|
|
|
#bindings[:object].order.paied_time
|
|
#bindings[:object].order.paied_time
|
|
|
if !bindings[:object].order.blank?
|
|
if !bindings[:object].order.blank?
|
|
|
- bindings[:object].order.order_state
|
|
|
|
|
|
|
+ bindings[:object].order.status
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|