From e0e26d157659c791dde1a1b3b3dd29fcd81c11ca Mon Sep 17 00:00:00 2001 From: Noizette Date: Thu, 25 Nov 2021 01:10:51 +0100 Subject: [PATCH] Supprimer le bouton Supprimer dans la liste des docs --- templates/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.tpl b/templates/index.tpl index a143788..11c20c6 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -61,7 +61,7 @@ {/if} {$facture.total|escape|money} {$config.monnaie} - {linkbutton shape="delete" href="%sfacture_supprimer.php?id=%d"|args:$plugin_url,$facture.id label="Supprimer"} + {* {linkbutton shape="delete" href="%sfacture_supprimer.php?id=%d"|args:$plugin_url,$facture.id label="Supprimer"} *} {/foreach}