Skip to content

Commit ef8cc36

Browse files
author
Damian Borowiecki
authored
OP-2273: Fixed error with locations upload (#50)
1 parent 186d666 commit ef8cc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from insuree.models import Family, Insuree, InsureePolicy
3131
from medical.models import Diagnosis, Item, Service, ItemOrService
32-
from location.models import Location, HealthFacility, LocationManager
32+
from location.models import Location, HealthFacility, LocationManager, UserDistrict
3333
from medical_pricelist.models import ServicesPricelist, ItemsPricelist
3434
from claim.models import ClaimAdmin, Claim, Feedback, FeedbackPrompt
3535
from policy.models import Policy

0 commit comments

Comments
 (0)