Merge branch 'feature/CHINARPA-3529' into feature/uat-tmp
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1085,7 +1085,7 @@ class DocView(DocGenericView, DocHandler): | ... | @@ -1085,7 +1085,7 @@ class DocView(DocGenericView, DocHandler): |
1085 | conf.BASE_URL, prefix, tmp_scheme, doc_dict['application_id']) | 1085 | conf.BASE_URL, prefix, tmp_scheme, doc_dict['application_id']) |
1086 | doc_dict['target_url'] = application_link | 1086 | doc_dict['target_url'] = application_link |
1087 | doc_id = doc_dict.get('id') | 1087 | doc_id = doc_dict.get('id') |
1088 | doc_dict['pdf_link'] = self.get_link(doc_id, business_type) | 1088 | doc_dict['excel_link'] = self.get_link(doc_id, business_type, file='excel') |
1089 | 1089 | ||
1090 | # total = len(doc_list) | 1090 | # total = len(doc_list) |
1091 | pagination = {'current': page, 'total': total, 'page_size': page_size} | 1091 | pagination = {'current': page, 'total': total, 'page_size': page_size} | ... | ... |
-
Please register or sign in to post a comment