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