diff --git a/application/Espo/Resources/metadata/app/complexExpression.json b/application/Espo/Resources/metadata/app/complexExpression.json index 70f25a5dc7..b61d20aa63 100644 --- a/application/Espo/Resources/metadata/app/complexExpression.json +++ b/application/Espo/Resources/metadata/app/complexExpression.json @@ -130,17 +130,17 @@ { "name": "MONTH", "insertText": "MONTH:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "QUARTER", "insertText": "QUARTER:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "WEEK", "insertText": "WEEK:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "NOW",