Index: cms/translations/xtm/projects_handler.py |
diff --git a/cms/translations/xtm/projects_handler.py b/cms/translations/xtm/projects_handler.py |
index 95bb86620bc77978916cf338aeae16c00abdbc2b..d6fe4078bec57792b77c4da157404608b55d5326 100644 |
--- a/cms/translations/xtm/projects_handler.py |
+++ b/cms/translations/xtm/projects_handler.py |
@@ -70,7 +70,7 @@ def create_project(args, api, source): |
description=args.desc, |
reference_id=args.ref_id, |
target_languages=target_langs, |
- customer_id=args.client_id, |
+ customer_id=args.customer_id, |
workflow_id=utils.extract_workflow_id(api, args), |
source_language=args.source_lang, |
files=files_to_upload, |