Work on SMS features

This commit is contained in:
Laurent Destailleur 2011-03-06 17:22:17 +00:00
parent 8a852ca4d2
commit 7bd68a7b9a

View File

@ -992,7 +992,6 @@ if ($rowid && $action != 'edit')
/* ************************************************************************** */
$adh = new Adherent($db);
$adh->id = $rowid;
$res=$adh->fetch($rowid);
if ($res < 0) dol_print_error($db);
$res=$adh->fetch_optionals($rowid);