ソースを参照

add recharge product to order

abiao 4 年 前
コミット
bac122ce0c
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      app/models/order.rb

+ 2 - 2
app/models/order.rb

@@ -353,8 +353,8 @@ class Order < ActiveRecord::Base
             field :remark
             field :order_remark
             field :dispatch_time
-            field :depart
-                # field :products
+            # field :depart
+           # field :products
 
          end