Fix: duplicate message

This commit is contained in:
Laurent Destailleur
2011-09-07 15:14:40 +00:00
parent 15fe24d88f
commit e632b35c3f

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