Spaces:
Running
Running
Update src/modules/Check_Up_Loans.py
Browse files
src/modules/Check_Up_Loans.py
CHANGED
|
@@ -1184,6 +1184,9 @@ def show_check_up_loans(client, sheet_name):
|
|
| 1184 |
"Montant_Total": nouveau_montant_total,
|
| 1185 |
"Taux_Hebdo": nouveau_taux,
|
| 1186 |
"Duree_Semaines": nouvelle_duree_semaines,
|
|
|
|
|
|
|
|
|
|
| 1187 |
"Motif": nouveau_motif,
|
| 1188 |
"Date_Deblocage": selected_loan['Date_Deblocage'],
|
| 1189 |
"Date_Fin": nouvelle_date_fin.strftime("%d/%m/%Y"),
|
|
|
|
| 1184 |
"Montant_Total": nouveau_montant_total,
|
| 1185 |
"Taux_Hebdo": nouveau_taux,
|
| 1186 |
"Duree_Semaines": nouvelle_duree_semaines,
|
| 1187 |
+
"Montant_Versement": nouveau_montant_versement, # ✅ AJOUT
|
| 1188 |
+
"Cout_Credit": nouveau_cout_credit, # ✅ AJOUT
|
| 1189 |
+
"Nb_Versements": nouveau_nb_versements, # ✅ AJOUT
|
| 1190 |
"Motif": nouveau_motif,
|
| 1191 |
"Date_Deblocage": selected_loan['Date_Deblocage'],
|
| 1192 |
"Date_Fin": nouvelle_date_fin.strftime("%d/%m/%Y"),
|