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 '
';