Pārlūkot izejas kodu

add store records function

abiao 5 gadi atpakaļ
vecāks
revīzija
da5a35707e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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