Added option to select 4th Multiple Return Value for equipment when making RO Links
This commit is contained in:
parent
44754038d0
commit
29c8fc7501
@ -171,6 +171,8 @@ namespace Volian.Controls.Library
|
|||||||
if (index > -1)
|
if (index > -1)
|
||||||
{
|
{
|
||||||
MyAvailableROs.Add(((ROFSTLookup.rochild)roc).children[index].roid, ((ROFSTLookup.rochild)roc).children[index].value.Replace(@"\u160?", " "));
|
MyAvailableROs.Add(((ROFSTLookup.rochild)roc).children[index].roid, ((ROFSTLookup.rochild)roc).children[index].value.Replace(@"\u160?", " "));
|
||||||
|
if(accPageID.StartsWith("MEL") && index == 0) // If equipment and 1st return value, then add option to add 4th Return Value
|
||||||
|
MyAvailableROs.Add(((ROFSTLookup.rochild)roc).children[3].roid, ((ROFSTLookup.rochild)roc).children[3].value.Replace(@"\u160?", " "));
|
||||||
rv = true;
|
rv = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user