add - new vivibility filter by org type & remove city province from device
This commit is contained in:
@@ -17,3 +17,10 @@ VISIBILITY_MAP = {
|
||||
# 'stakeholdershareamount': 'registering_organization',
|
||||
# 'posfreeproducts': 'organization',
|
||||
}
|
||||
|
||||
VISIBILITY_MAP_BY_ORG_KEY = {
|
||||
'device': {
|
||||
'PSP': 'organization',
|
||||
'CO': 'assignment__client__organization'
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user