Fixed ist-values in patching

This commit is contained in:
Frank Schubert
2021-12-14 21:19:01 +01:00
parent 6cd9c688db
commit 0eb0c2d440
2 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ class PipeworkController extends mfBaseController {
$item_colspan = 0;
$i = 0;
// get fields between delimiters for colspan
// get fields count between delimiters for colspan
foreach($building->workflowitems as $wfitem) {
if($i == 0 && $wfitem->type == "delimiter") continue;