Quellcode durchsuchen

add confirm on balance order

abiao vor 4 Jahren
Ursprung
Commit
16c014bf9e
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      app/models/product_attr_config.rb

+ 2 - 0
app/models/product_attr_config.rb

@@ -29,6 +29,7 @@ class ProductAttrConfig < ActiveRecord::Base
                   PRODUCT_ENUM
                   PRODUCT_ENUM
                 end
                 end
             end
             end
+            field :product_id
             field :product_attr_key
             field :product_attr_key
             field :size_type, :enum do
             field :size_type, :enum do
                 enum do
                 enum do
@@ -44,6 +45,7 @@ class ProductAttrConfig < ActiveRecord::Base
                   PRODUCT_ENUM
                   PRODUCT_ENUM
                 end
                 end
             end
             end
+            field :product_id
             field :product_attr_key
             field :product_attr_key
             field :size_type, :enum do
             field :size_type, :enum do
                 enum do
                 enum do