Merge pull request #961 from marcosgdf/minor

Missing success message in margin module config page
This commit is contained in:
Juanjo Menent 2013-05-19 03:18:50 -07:00
commit bd712262b6

View File

@ -99,6 +99,7 @@ if ($action == 'contact')
if (dolibarr_set_const($db, 'AGENT_CONTACT_TYPE', $_POST['AGENT_CONTACT_TYPE'], 'chaine', 0, '', $conf->entity) > 0)
{
$conf->global->AGENT_CONTACT_TYPE = $_POST['AGENT_CONTACT_TYPE'];
setEventMessage($langs->trans("RecordModifiedSuccessfully"));
}
else
{