ed98abdf by 周伟奇

Merge branch 'feature/cms4' into feature/0918

2 parents f4fdd56f b98face7
......@@ -1535,6 +1535,14 @@ SE_FIRST_ID_FIELD_MAPPING = {
'ITRES': (RP_EN, SE_FIRST_ID_FIELD),
}
SE_CMS_FIRST_ID_FIELD_MAPPING = {
'PRC ID': (ID_EN, True),
'Passport No': (PP_EN, False),
'HongKong and Macao Resident Permit to Mainland': (EEP_EN, False),
'TaiWan Resident Permit to Mainland': (EEP_EN, False),
'Hongkong/Macau/Taiwan Resident ID': (RP_EN, False),
}
SE_SECOND_ID_FIELD_MAPPING = {
'ITPRC': (ID_EN, SE_SECOND_ID_FIELD),
'ITPSP': (PP_EN, SE_SECOND_ID_FIELD),
......@@ -1735,3 +1743,4 @@ APPLICANT_TYPE_MAP = {
'Mortgager': 'GAUTR2'
}
APPLICANT_TYPE_ORDER = ['Borrower', 'Co Borrower', 'Guarantor', 'Mortgager']
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!