Skip to content

Commit

Permalink
Fixed: createProject should call "createProject" instead of "createPr…
Browse files Browse the repository at this point in the history
…ojet" (OFBIZ-13205)

This is in ProjectServicesScript.groovy

Thanks: Sixty One
  • Loading branch information
JacquesLeRoux committed Jan 28, 2025
1 parent 935fd44 commit d0a0502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import java.sql.Timestamp
Map createProject() {
Map serviceResult
if (parameters.templateId) {
serviceResult = run service: 'copyProjet', with: [*: parameters,
serviceResult = run service: 'copyProject', with: [*: parameters,
projectId: parameters.templateId]
} else {
serviceResult = run service: 'createWorkEffort', with: [*: parameters,
Expand Down

0 comments on commit d0a0502

Please sign in to comment.