This commit is contained in:
Laurent Destailleur 2009-08-25 22:35:10 +00:00
parent c3d045227b
commit 7bba2c8ecf

View File

@ -341,7 +341,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire)
} }
/* /*
* Last modified customers prospects * Last modified customers or prospects
*/ */
if ($conf->societe->enabled && $user->rights->societe->lire) if ($conf->societe->enabled && $user->rights->societe->lire)
{ {
@ -394,7 +394,7 @@ if ($conf->societe->enabled && $user->rights->societe->lire)
} }
else else
{ {
print '<tr '.$bc[$var].'><td colspan="2">'.$langs->trans("None").'</td></tr>'; print '<tr '.$bc[$var].'><td colspan="3">'.$langs->trans("None").'</td></tr>';
} }
} }
} }