|
@@ -54,7 +54,7 @@ class basicQueries:
|
|
|
if type==2:
|
|
|
subQueryData = {'queryType': 'pfl', 'codList': codList}
|
|
|
subdf = self.queryHandler.query(subQueryData, pandas=True)
|
|
|
- queryData['formCodList'] = list(subdf["forma"])
|
|
|
+ queryData['formCodList'] = list(subdf['codForma'])
|
|
|
|
|
|
extendequeryReponse = self.queryHandler.query(queryData, pandas=True)
|
|
|
|