Modified vefn_CanTransitionBeCreated to allow transitions to a step with no applicability
This commit is contained in:
parent
cdc4dcd66d
commit
e0fbaa29f5
@ -5540,7 +5540,7 @@ AS BEGIN
|
||||
union
|
||||
select * from vefn_SplitInt([dbo].[ve_GetItemDerivedApplicability](@toID),',')
|
||||
) ah
|
||||
if @tCount >= @uCount begin
|
||||
if (@tCount = 0) or (@tCount >= @uCount) begin
|
||||
set @rv = 1
|
||||
end
|
||||
return @rv
|
||||
|
Loading…
x
Reference in New Issue
Block a user