fix cms
Showing
2 changed files
with
9 additions
and
0 deletions
... | @@ -1517,6 +1517,14 @@ SE_FIRST_ID_FIELD_MAPPING = { | ... | @@ -1517,6 +1517,14 @@ SE_FIRST_ID_FIELD_MAPPING = { |
1517 | 'ITRES': (RP_EN, SE_FIRST_ID_FIELD), | 1517 | 'ITRES': (RP_EN, SE_FIRST_ID_FIELD), |
1518 | } | 1518 | } |
1519 | 1519 | ||
1520 | SE_CMS_FIRST_ID_FIELD_MAPPING = { | ||
1521 | 'PRC ID': (ID_EN, True), | ||
1522 | 'Passport No': (PP_EN, False), | ||
1523 | 'HongKong and Macao Resident Permit to Mainland': (EEP_EN, False), | ||
1524 | 'TaiWan Resident Permit to Mainland': (EEP_EN, False), | ||
1525 | 'Hongkong/Macau/Taiwan Resident ID': (RP_EN, False), | ||
1526 | } | ||
1527 | |||
1520 | SE_SECOND_ID_FIELD_MAPPING = { | 1528 | SE_SECOND_ID_FIELD_MAPPING = { |
1521 | 'ITPRC': (ID_EN, SE_SECOND_ID_FIELD), | 1529 | 'ITPRC': (ID_EN, SE_SECOND_ID_FIELD), |
1522 | 'ITPSP': (PP_EN, SE_SECOND_ID_FIELD), | 1530 | 'ITPSP': (PP_EN, SE_SECOND_ID_FIELD), |
... | @@ -1717,3 +1725,4 @@ APPLICANT_TYPE_MAP = { | ... | @@ -1717,3 +1725,4 @@ APPLICANT_TYPE_MAP = { |
1717 | 'Mortgager': 'GAUTR2' | 1725 | 'Mortgager': 'GAUTR2' |
1718 | } | 1726 | } |
1719 | 1727 | ||
1728 | APPLICANT_TYPE_ORDER = ['Borrower', 'Co Borrower', 'Guarantor', 'Mortgager'] | ... | ... |
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment