Spaces:
Running
Running
Update src/modules/kyc_form.py
Browse files- src/modules/kyc_form.py +2 -2
src/modules/kyc_form.py
CHANGED
|
@@ -246,13 +246,13 @@ def show_kyc_form(client, sheet_name, generate_id_func):
|
|
| 246 |
row_to_add = [
|
| 247 |
new_id, # ID_Client
|
| 248 |
nom.upper(), # Nom_Complet
|
| 249 |
-
|
| 250 |
adresse, # Adresse
|
| 251 |
telephone, # Telephone
|
| 252 |
email, # Email
|
| 253 |
type_id, # Type_Piece_Identite
|
| 254 |
id_officiel.upper(), # ID_Officiel
|
| 255 |
-
|
| 256 |
etat_civil, # Etat_Civil
|
| 257 |
pers_charge, # Pers_Charge
|
| 258 |
prof_val.upper(), # Profession
|
|
|
|
| 246 |
row_to_add = [
|
| 247 |
new_id, # ID_Client
|
| 248 |
nom.upper(), # Nom_Complet
|
| 249 |
+
date_naiss.strftime("%d-%m-%Y"),# Date_Naissance
|
| 250 |
adresse, # Adresse
|
| 251 |
telephone, # Telephone
|
| 252 |
email, # Email
|
| 253 |
type_id, # Type_Piece_Identite
|
| 254 |
id_officiel.upper(), # ID_Officiel
|
| 255 |
+
date_exp_id.strftime("%d-%m-%Y"),# Date_Expiration_ID
|
| 256 |
etat_civil, # Etat_Civil
|
| 257 |
pers_charge, # Pers_Charge
|
| 258 |
prof_val.upper(), # Profession
|