diff --git a/index.html b/index.html index e6496c2..c676727 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,20 @@

Échec enregistrement immobilisation

{{/if}} +{{* supprimer les documents sans écriture associée *}} +{{#load type="immo"}} + {{#select + line.id as line_id + FROM acc_transactions_lines as line + INNER JOIN acc_transactions AS trans on line.id_transaction = trans.id + WHERE line.id = :line_id; + :line_id = $line + }} + {{else}} + {{:delete key=$key}} + {{/select}} +{{/load}} + {{* lister les immobilisations *}}

Liste des immobilisations

@@ -78,7 +92,7 @@ {{if $duration == null}} {{:linkbutton - label="Ajouter durée" + label="Ajouter infos" href="add_duration.html?immo_id=%s"|args:$immo_id shape="help" target="_dialog"