Fix: duplicate message

This commit is contained in:
Laurent Destailleur 2011-09-07 15:14:40 +00:00
parent 26a4af622d
commit ed5f53c8ab

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();