Merge branch 'feature/cms4' into feature/0918
Showing
2 changed files
with
9 additions
and
0 deletions
| ... | @@ -1535,6 +1535,14 @@ SE_FIRST_ID_FIELD_MAPPING = { | ... | @@ -1535,6 +1535,14 @@ SE_FIRST_ID_FIELD_MAPPING = { |
| 1535 | 'ITRES': (RP_EN, SE_FIRST_ID_FIELD), | 1535 | 'ITRES': (RP_EN, SE_FIRST_ID_FIELD), |
| 1536 | } | 1536 | } |
| 1537 | 1537 | ||
| 1538 | SE_CMS_FIRST_ID_FIELD_MAPPING = { | ||
| 1539 | 'PRC ID': (ID_EN, True), | ||
| 1540 | 'Passport No': (PP_EN, False), | ||
| 1541 | 'HongKong and Macao Resident Permit to Mainland': (EEP_EN, False), | ||
| 1542 | 'TaiWan Resident Permit to Mainland': (EEP_EN, False), | ||
| 1543 | 'Hongkong/Macau/Taiwan Resident ID': (RP_EN, False), | ||
| 1544 | } | ||
| 1545 | |||
| 1538 | SE_SECOND_ID_FIELD_MAPPING = { | 1546 | SE_SECOND_ID_FIELD_MAPPING = { |
| 1539 | 'ITPRC': (ID_EN, SE_SECOND_ID_FIELD), | 1547 | 'ITPRC': (ID_EN, SE_SECOND_ID_FIELD), |
| 1540 | 'ITPSP': (PP_EN, SE_SECOND_ID_FIELD), | 1548 | 'ITPSP': (PP_EN, SE_SECOND_ID_FIELD), |
| ... | @@ -1735,3 +1743,4 @@ APPLICANT_TYPE_MAP = { | ... | @@ -1735,3 +1743,4 @@ APPLICANT_TYPE_MAP = { |
| 1735 | 'Mortgager': 'GAUTR2' | 1743 | 'Mortgager': 'GAUTR2' |
| 1736 | } | 1744 | } |
| 1737 | 1745 | ||
| 1746 | 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