...
Codeblock | ||
---|---|---|
| ||
OnExport: function () {
if(ccFields.GetValue('h_mark_release') == true &&
ccFields.GetValue('h_sinfo_release').length > 0)
{
ccApplication.AllowErrorRelease = true;
}
else
{
ccApplication.AllowErrorRelease = false;
}
} |