From 6c43ed350dfe14a7ad91b689e2d9a5ed5e34c407 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 13 Jun 2006 12:41:02 +0000 Subject: [PATCH] Ajout confirmation de suppression --- htdocs/fourn/facture/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index f6553b99edb..edef8bb5a80 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -394,6 +394,8 @@ else llxHeader('','', $addons); if ($mesg) { print $mesg.'
'; } + + print_titre($langs->trans('SupplierInvoice')); if ($_GET['action'] == 'edit' || $_GET['action'] == 'delete_product_line') { @@ -406,8 +408,6 @@ else $html->form_confirm($_SERVER["PHP_SELF"].'?facid='.$fac->id.'&ligne_id='.$_GET["ligne_id"], $langs->trans('DeleteProductLine'), $langs->trans('ConfirmDeleteProductLine'), 'confirm_deleteproductline'); print '
'; } - - print_titre($langs->trans('SupplierInvoice')); print '
'; print '';