diff --git a/bt5/erp5_registry_ohada/WorkflowTemplateItem/portal_workflow/ohada_form_validation_interaction_workflow/scripts/createOrganisationFromM0.xml b/bt5/erp5_registry_ohada/WorkflowTemplateItem/portal_workflow/ohada_form_validation_interaction_workflow/scripts/createOrganisationFromM0.xml
index 9e121c8d841a34450295f680f2c7c7b70a71b6f6..24b76242eae23fe60c2ffa299ebbcab24bde18b4 100644
--- a/bt5/erp5_registry_ohada/WorkflowTemplateItem/portal_workflow/ohada_form_validation_interaction_workflow/scripts/createOrganisationFromM0.xml
+++ b/bt5/erp5_registry_ohada/WorkflowTemplateItem/portal_workflow/ohada_form_validation_interaction_workflow/scripts/createOrganisationFromM0.xml
@@ -92,6 +92,8 @@ organisation = organisation_module.newContent(portal_type=\'Organisation\')\n
 organisation.edit(\n
   title=request_eform.getTitle(),\n
   corporate_name=request_eform.getName(),\n
+  acronym=request_eform.getInitals(),\n
+  sign=request_eform.getSign(),\n
   default_address_street_address=request_eform.getWorkAddress(),\n
   default_address_city=request_eform.getDefaultAddressCity(),\n
   social_form=\'%s\' % request_eform.getLegalForm().lower(),\n
diff --git a/bt5/erp5_registry_ohada/bt/revision b/bt5/erp5_registry_ohada/bt/revision
index d062eec37b97fd180f2886ea28d419fe052fedb0..ab9f9df04a4600fa523a178c3850b7ad75b96a01 100644
--- a/bt5/erp5_registry_ohada/bt/revision
+++ b/bt5/erp5_registry_ohada/bt/revision
@@ -1 +1 @@
-823
\ No newline at end of file
+824
\ No newline at end of file