Browse Source

add auto take cash function

abiao 4 years ago
parent
commit
b04bf747de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/models/order_detail.rb

+ 0 - 1
app/models/order_detail.rb

@@ -70,7 +70,6 @@ class OrderDetail < ActiveRecord::Base
         end
       end
       field :paid_time do
-        filterable true
         formatted_value do
           bindings[:object].order.paied_time
           # (bindings[:object].order.paied_at == 0 || bindings[:object].order.paied_at == nil) ? Time.at(0) : Time.at(bindings[:object].order.paied_at)