diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
index 2495d512c55..99fdc6dde76 100644
--- a/htdocs/comm/card.php
+++ b/htdocs/comm/card.php
@@ -326,7 +326,7 @@ if ($id > 0)
print '
';
if ($action == 'editmode')
{
- $form->form_modes_reglement($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->mode_reglement_id,'mode_reglement_id');
+ $form->form_modes_reglement($_SERVER['PHP_SELF'].'?socid='.$object->id,$object->mode_reglement_id,'mode_reglement_id', 'CRDT');
}
else
{
|