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 *}}