Fix: duplicate message

This commit is contained in:
Laurent Destailleur 2011-09-07 15:14:40 +00:00
parent 855dea57e7
commit 02fb8fbbc7

View File

@ -92,7 +92,7 @@ print "</center>";
print '</form>'; print '</form>';
if ($mesg) print '<br>'.$mesg; dol_htmloutput_mesg($mesg);
print '<br><br>'; print '<br><br>';
@ -140,7 +140,6 @@ if ($conf->fournisseur->enabled)
} }
print '<br>'; print '<br>';
dol_htmloutput_mesg($mesg);
$db->close(); $db->close();