This commit is contained in:
parent
f39a3dfbaf
commit
b0df73b670
@ -355,7 +355,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
_Results.Append(Prefix);
|
_Results.Append(Prefix);
|
||||||
_Prefix = null;
|
_Prefix = null;
|
||||||
}
|
}
|
||||||
|
else if (_TranType == 4 && _ToItem.MoreThanOneStepSection())
|
||||||
|
{
|
||||||
|
_Results.Append(Prefix);
|
||||||
|
_Prefix = null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public string OverridePrefix
|
public string OverridePrefix
|
||||||
{
|
{
|
||||||
set { _Prefix = value; }
|
set { _Prefix = value; }
|
||||||
@ -638,6 +645,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
tb.AppendPrefix();
|
tb.AppendPrefix();
|
||||||
}
|
}
|
||||||
|
else if (tb._TranType == 4 && tb._ToItem.MoreThanOneStepSection())
|
||||||
|
{
|
||||||
|
tb.AppendPrefix();
|
||||||
|
}
|
||||||
if (tb._ToItem.PreviousID == null && tb._ToItem.ItemPartCount == 0 && tb._ToItem.ItemDocVersionCount == 0)
|
if (tb._ToItem.PreviousID == null && tb._ToItem.ItemPartCount == 0 && tb._ToItem.ItemDocVersionCount == 0)
|
||||||
tb.Append("?");
|
tb.Append("?");
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user