This commit is contained in:
parent
552b54cb2d
commit
c67def5eb0
@ -607,7 +607,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
string s = _Xp["Section", "CheckoffHeading"];
|
string s = _Xp["Section", "CheckoffHeading"];
|
||||||
if (s != null && s.Equals(string.Empty))
|
if (s != null && !s.Equals(string.Empty))
|
||||||
return Convert.ToInt32(s);
|
return Convert.ToInt32(s);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user