From c5b5508c606d1deda6abf3f7a2d11d4d9f49d86a Mon Sep 17 00:00:00 2001 From: Nikhil Verma Date: Fri, 4 May 2018 11:49:54 +0530 Subject: [PATCH] Bug Fix --- coco/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coco/api.py b/coco/api.py index 8fed040d47..6c57eb8506 100644 --- a/coco/api.py +++ b/coco/api.py @@ -666,6 +666,7 @@ def dehydrate_farmer_groups_targeted(self, bundle): def all_category(self, bundle, list_queryset): data_list= [] + int_pma_db_list = [] int_db_list = [int(item) for item in mapping_dict.keys()] # list_queryset = list_queryset for pma in filter(None, list_queryset):