diff --git a/index.html b/index.html
index 9e805d6..9af0454 100644
--- a/index.html
+++ b/index.html
@@ -32,19 +32,6 @@
{{else}}
{{:delete key=$key}}
{{/select}}
-
- {{* supprimer les documents correspondant à une écriture de la balance d'ouverture
- {{#select
- line.id as line_id,
- trans.status
- FROM acc_transactions_lines as line
- INNER JOIN acc_transactions AS trans on line.id_transaction = trans.id
- WHERE line.id = :line_id AND (trans.status & 16);
- :line_id = $line
- }}
- {{:delete key=$key}}
- {{/select}}
- *}}
{{/load}}
{{if $type_immo == "autres"}}