From 0f06cac5d199ccd8e85a8c138b1239b2d9df199f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Apr 2005 16:32:54 +0000 Subject: [PATCH] Fix: Lien invalide --- htdocs/societe/rib.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/htdocs/societe/rib.php b/htdocs/societe/rib.php index d59213e1b77..aea896e27d1 100644 --- a/htdocs/societe/rib.php +++ b/htdocs/societe/rib.php @@ -87,7 +87,7 @@ $head[0][0] = DOL_URL_ROOT .'/soc.php?socid='.$soc->id; $head[0][1] = $langs->trans("Company"); $h = 1; -$head[$h][0] = "fiche.php?id=$account->id"; +$head[$h][0] = DOL_URL_ROOT .'/societe/rib.php?socid='.$soc->id; $head[$h][1] = $langs->trans("BankAccount")." $account->number"; $h++; @@ -173,9 +173,6 @@ $account->fetch(); $form = new Form($db); - print_titre("Edition compte bancaire"); - print "
"; - if ($message) { print "$message

\n"; } print '
';