This commit is contained in:
Laurent Destailleur 2011-08-23 23:01:47 +00:00
parent e1c807b7d0
commit ef34f0e872

View File

@ -21,7 +21,7 @@
* \file htdocs/compta/index.php * \file htdocs/compta/index.php
* \ingroup compta * \ingroup compta
* \brief Main page of accountancy area * \brief Main page of accountancy area
* \version $Id: index.php,v 1.185 2011/08/08 14:25:45 eldy Exp $ * \version $Id: index.php,v 1.186 2011/08/23 23:01:47 eldy Exp $
*/ */
require('../main.inc.php'); require('../main.inc.php');
@ -621,7 +621,7 @@ if ($conf->deplacement->enabled && $user->rights->deplacement->lire)
} }
else else
{ {
print '<tr '.$bc[$var].'><td colspan="2">'.$langs->trans("None").'</td></tr>'; print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>';
} }
print '</table><br>'; print '</table><br>';
} }
@ -1031,5 +1031,5 @@ print '</table>';
$db->close(); $db->close();
llxFooter('$Date: 2011/08/08 14:25:45 $ - $Revision: 1.185 $'); llxFooter('$Date: 2011/08/23 23:01:47 $ - $Revision: 1.186 $');
?> ?>