Saknat endif vid utmatnings-kod

This commit is contained in:
2015-09-01 13:07:38 +02:00
parent 7a48388f23
commit b70c342f4c
2 changed files with 10 additions and 2 deletions

View File

@ -2303,6 +2303,14 @@ namespace CobXmlSupport
fromToMoves.CodeShower.Text += " END-IF\r\n"; fromToMoves.CodeShower.Text += " END-IF\r\n";
} }
} }
else
{
if (tmpQfh.qualCobRow.FieldName.ToUpper().Contains("_VALUE")) { }
else
{
fromToMoves.CodeShower.Text += " END-IF\r\n";
}
}
} }
} }