Merge branch 'feature/CHINARPA-4495' into feature/uat-tmp
Showing
2 changed files
with
1 additions
and
1 deletions
src-20240428.zip
0 → 100644
No preview for this file type
... | @@ -1167,7 +1167,7 @@ class DocView(DocGenericView, DocHandler): | ... | @@ -1167,7 +1167,7 @@ class DocView(DocGenericView, DocHandler): |
1167 | # co_applicant='', | 1167 | # co_applicant='', |
1168 | # guarantor_1='', | 1168 | # guarantor_1='', |
1169 | # guarantor_2='', | 1169 | # guarantor_2='', |
1170 | is_ovp_fsm=1 if fsm else 0, | 1170 | is_ovp_fsm=1 if fsm == 'Y' else 0, |
1171 | document_name=application_id, | 1171 | document_name=application_id, |
1172 | document_scheme=document_scheme, | 1172 | document_scheme=document_scheme, |
1173 | data_source=data_source, | 1173 | data_source=data_source, | ... | ... |
-
Please register or sign in to post a comment