Skip to content

Commit

Permalink
Fix helpers.Hydra#addCustomerGroupBind method
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jan 16, 2020
1 parent 77ddad0 commit 9737e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/camunda/latera/bss/helpers/hydra/Customer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ trait Customer {
isMain : params.isMain
)
if (newGroup) {
order."${bindPrefix}Id" = group.num_N_SUBJ_SUBJECT_ID
order."${bindPrefix}Id" = newGroup.num_N_SUBJ_SUBJECT_ID
result = true
}
}
Expand Down

0 comments on commit 9737e0e

Please sign in to comment.