This commit is contained in:
Kathy Ruffing 2012-09-18 13:29:39 +00:00
parent f39a3dfbaf
commit b0df73b670

View File

@ -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