Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb authored Mar 8, 2024
1 parent 6f3888b commit 1e81c2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Function CheckOrFixJoinConditions(objSourceObject, boolAutoFix)
Dim intLastBRAttributeIndex : intLastBRAttributeIndex = objExpressionBusinessRule.Attributes.Count - 1
Dim intCurrentAttributeIndex
' Keep track of the number of input attributes we processed.
' We start with -1, so in the first cycle it jumps to 0 and that's the index of the join condition this attribute should be references.
' We start with -1, so in the first cycle it jumps to 0 and that's the index of the join condition this attribute should be referencing.
Dim intCurrentInputAttributeIndex : intCurrentInputAttributeIndex = -1
For intCurrentAttributeIndex = 0 To intLastBRAttributeIndex
Dim objBRAttribute : Set objBRAttribute = objExpressionBusinessRule.Attributes.Item(intCurrentAttributeIndex)
Expand Down Expand Up @@ -124,4 +124,4 @@ End Function
%Fix% = boolAutoCorrected
End Function</a:AutoFixScrpt>
<a:EnableAutoFix>1</a:EnableAutoFix>
</o:CustomCheckTargetItem>
</o:CustomCheckTargetItem>

0 comments on commit 1e81c2d

Please sign in to comment.