Преглед изворни кода

add store records function

abiao пре 5 година
родитељ
комит
da5a35707e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/models/store_record.rb

+ 1 - 0
app/models/store_record.rb

@@ -15,6 +15,7 @@ class StoreRecord < ActiveRecord::Base
       field :no
       field :product
       field :product_id do
+        visible false
         filterable true
       end
       field :order_type, :enum do