dever 3 年 前
コミット
a5082165ae
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/shop/database/buy_order.php

+ 1 - 1
app/shop/database/buy_order.php

@@ -630,7 +630,7 @@ if ($search_option_source_type) {
             $struct['source_type']['search'] = 'hidden';
             $struct['source_type']['search'] = 'hidden';
             $struct['type_id']['name'] = '仓库名称';
             $struct['type_id']['name'] = '仓库名称';
             $struct['type_id']['search'] = 'select';
             $struct['type_id']['search'] = 'select';
-            $struct['type_id']['option'] = $store_list;
+            $struct['type_id']['option'] = $store;
         }
         }
     }
     }
 }
 }