diff --git a/_unfinished.html b/_unfinished.html
index edbd320..f67f188 100644
--- a/_unfinished.html
+++ b/_unfinished.html
@@ -129,7 +129,6 @@
{{*
TODO cas où :
- il y a (au moins) une écriture d'avoir
- - il y a une écriture qui solde l'immo (montant = montant immo - avoir
*}}
{{* voir s'il existe une écriture qui solde l'immobilisation (voir ci-dessus) *}}
diff --git a/attach_credit.html b/attach_credit.html
index 1c15ebd..59cc802 100644
--- a/attach_credit.html
+++ b/attach_credit.html
@@ -93,10 +93,6 @@
{{* Lier l'écriture de crédit à l'écriture d'immobilisation *}}
{{:include file="_common_attach.html" immo_doc_id=$_GET.immo_doc_id trans_id=$credit_line.trans_id}}
- {{*
- TODO ? vérifier le succès avant d'enregistrer le doc ?
- *}}
-
{{* enregistrer la liaison des lignes d'immo *}}
{{:save
key=""|uuid
diff --git a/balance_sheet_exit.html b/balance_sheet_exit.html
index f3c4ae0..da92038 100644
--- a/balance_sheet_exit.html
+++ b/balance_sheet_exit.html
@@ -10,12 +10,6 @@
{{if $message != null}}
{{:error message=$message}}
{{/if}}
-{{* TODO VÉRIFIER SI UTILE *}}
-{{*
-{{if $info_immo.duration == null || $info_immo.duration == 0}}
- {{:error message="Vous devez renseigner la durée d'amortissement au préalable"}}
-{{/if}}
-*}}
{{:assign label_immo=$info_immo.label|or:$ligne_immo.trans_label}}
{{if $label_immo|strpos:$ligne_immo.line_label === false}}
diff --git a/exit_step4.html b/exit_step4.html
index ba6344a..d880d2e 100644
--- a/exit_step4.html
+++ b/exit_step4.html
@@ -158,7 +158,6 @@
}}
{{* chercher des écritures d'amortissement correspondant au compte d'une immo sans doc associé *}}
-{{* TODO écritures d'amort pas entièrement affectées *}}
{{#select
line.id as amort_line_id,
line.credit as amort_amount,