import - provice & city id to org linked ranchers
This commit is contained in:
@@ -45,7 +45,9 @@ class RancherOrganizationService:
|
||||
"id": org.id,
|
||||
"name": org.name,
|
||||
"province": org.province.name,
|
||||
"province_id": org.province.id,
|
||||
"city": org.city.name,
|
||||
"city_id": org.city.id,
|
||||
"rancher_count": org.rancher_count,
|
||||
"herd_count": org.herd_count,
|
||||
"livestock_count": org.livestock_count,
|
||||
|
||||
Reference in New Issue
Block a user