Update interface_90_modSociete_ContactRoles.class.php

This commit is contained in:
Laurent Destailleur 2019-10-07 15:23:30 +02:00 committed by GitHub
parent b9a92546b6
commit 240785922e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ class InterfaceContactRoles extends DolibarrTriggers
}
if($nb > 0) {
setEventMessage($langs->trans('ContactAddedAutomatically', $nb));
setEventMessages($langs->trans('ContactAddedAutomatically', $nb), null, 'mesgs');
}
}
}