Skip to content

Commit

Permalink
COMMERCE-7414 proper var name, Hugo SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 8, 2021
1 parent 9b6a585 commit fdc8b0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,10 @@ private GroupByStep _getGroupByStep(

private Predicate _getPredicate(
String className,
Column<CommerceOrderRuleEntryRelTable, Long> classNameId,
Column<CommerceOrderRuleEntryRelTable, Long> classNameIdColumn,
Column<CommerceOrderRuleEntryRelTable, Long> commerceOrderRuleEntryId) {

return classNameId.eq(
return classNameIdColumn.eq(
classNameLocalService.getClassNameId(className)
).and(
commerceOrderRuleEntryId.eq(
Expand Down

0 comments on commit fdc8b0c

Please sign in to comment.