Shutoff AutoExpand for PMS-809 also
This commit is contained in:
@@ -359,7 +359,9 @@ namespace Volian.Controls.Library
|
||||
get
|
||||
{
|
||||
// This is temporary to get the code working for this particular procedure
|
||||
return MyProcedureItemInfo.DisplayNumber != "PMS-810";
|
||||
if (MyProcedureItemInfo.DisplayNumber == "PMS-810") return false;
|
||||
if (MyProcedureItemInfo.DisplayNumber == "PMS-809") return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
public void Reset()
|
||||
|
Reference in New Issue
Block a user