Skip to content

Commit

Permalink
COMMERCE-4993 Set correct PK fields for CPOptionValueModel
Browse files Browse the repository at this point in the history
  • Loading branch information
slnn authored and brianchandotcom committed Aug 4, 2021
1 parent f7dd751 commit d86484d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2808,7 +2808,7 @@ public CPOptionValueModel newCPOptionValueModel(

// PK fields

cpOptionValueModel.setCPOptionId(_counter.get());
cpOptionValueModel.setCPOptionValueId(_counter.get());

// Audit fields

Expand Down

0 comments on commit d86484d

Please sign in to comment.