From b4f34aa195ef5dd45acee5d9f74b8f1b8f36d310 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 1 Dec 2008 22:23:24 +0000 Subject: [PATCH] Can remove cheque receipts --- htdocs/compta/paiement/cheque/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement/cheque/fiche.php b/htdocs/compta/paiement/cheque/fiche.php index 860ee29e02a..aaf727aa42c 100644 --- a/htdocs/compta/paiement/cheque/fiche.php +++ b/htdocs/compta/paiement/cheque/fiche.php @@ -424,7 +424,7 @@ if ($user->societe_id == 0 && $remisecheque->statut == 0 && $_GET['action'] == ' print ''.$langs->trans('Valid').''; } -if ($user->societe_id == 0 && $remisecheque->statut == 0 && $_GET['action'] == '') +if ($user->societe_id == 0 && $_GET['action'] == '') { print ''.$langs->trans('Delete').'';