If no value found with 12 character ROID, try 16 character ROID
This commit is contained in:
parent
9ada371fbf
commit
d09eac44b8
@ -347,6 +347,8 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
rochild roc = GetRoChild12(ROID);
|
||||
if (roc.value == null)
|
||||
roc = GetRoChild(ROID);
|
||||
sb.Append(roc.title.Replace(roc.appid,"").Replace(roc.value,"").Trim());
|
||||
do
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user