This commit is contained in:
parent
09bcde4bef
commit
4a7ba52151
@ -60,7 +60,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
string sep = "\r\nUsed In:\r\n ";
|
string sep = "\r\nUsed In:\r\n ";
|
||||||
if (DocumentEntries == null)
|
if (DocumentEntries == null)
|
||||||
sb.Append("None");
|
sb.Append("None");
|
||||||
else
|
else
|
||||||
@ -71,7 +71,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
{
|
{
|
||||||
ItemInfo proc = myItem.MyProcedure;
|
ItemInfo proc = myItem.MyProcedure;
|
||||||
sb.Append(sep + proc.DisplayNumber + " - " + proc.DisplayText);
|
sb.Append(sep + proc.DisplayNumber + " - " + proc.DisplayText);
|
||||||
sep = "\r\n ";
|
sep = "\r\n ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user