fix bug
Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -1133,9 +1133,9 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list): | ... | @@ -1133,9 +1133,9 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list): |
1133 | 1133 | ||
1134 | if str(cms_info.get('financialInformation', {}).get('associatedServicePrincipal', '0.00')) == '0.00': | 1134 | if str(cms_info.get('financialInformation', {}).get('associatedServicePrincipal', '0.00')) == '0.00': |
1135 | afc_contract_input.pop(5) | 1135 | afc_contract_input.pop(5) |
1136 | afc_contract_input.pop(6) | 1136 | afc_contract_input.pop(5) |
1137 | afc_contract_input.pop(11) | 1137 | afc_contract_input.pop(9) |
1138 | afc_contract_input.pop(12) | 1138 | afc_contract_input.pop(9) |
1139 | 1139 | ||
1140 | # if len(asp_list) > 0: | 1140 | # if len(asp_list) > 0: |
1141 | # fin_total = 0 | 1141 | # fin_total = 0 | ... | ... |
-
Please register or sign in to post a comment