Skip to content

Commit

Permalink
Missing succes message in margin module config page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed May 19, 2013
1 parent bd92adf commit 5f4433d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/margin/admin/margin.php
Expand Up @@ -99,6 +99,7 @@
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
{
Expand Down

0 comments on commit 5f4433d

Please sign in to comment.