jetzt
This commit is contained in:
parent
d47376c8df
commit
e8c388d5fa
|
|
@ -712,7 +712,7 @@ class AdmImportFlow(TemplateView):
|
||||||
for g in groups:
|
for g in groups:
|
||||||
|
|
||||||
# GET AGENCY GROUP
|
# GET AGENCY GROUP
|
||||||
agencygroupcheck = AgencyGroup.objects.get(group=g)
|
agencygroupcheck = AgencyGroup.objects.filter(group=g).first()
|
||||||
if(ag_pk in g.name and str(agencygroupcheck.agency.pk) == ag_pk):
|
if(ag_pk in g.name and str(agencygroupcheck.agency.pk) == ag_pk):
|
||||||
ag_groups.append(g)
|
ag_groups.append(g)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue