dever 7 years ago
parent
commit
f81bef7202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/page/origin.py

+ 1 - 1
admin/page/origin.py

@@ -25,7 +25,7 @@ class batch_path(Load):
 		self.data['common']['search_land_id-select-'] = self.service('common').list('farm_work_land')
 
 		farm_list = {}
-		for value in self.data['common']['search_farm_id-select--gateway_id']:
+		for value in self.data['common']['search_farm_id-select-']:
 			farm_list[value['id']] = value
 
 		farm_work_land = {}