workflow performance optimization
This commit is contained in:
@@ -149,14 +149,6 @@
|
||||
<th>Fertig</th>
|
||||
</tr>
|
||||
<?php $bcount = 0; foreach($terminations as $term): ?>
|
||||
<?php
|
||||
$rowspan = 1;
|
||||
foreach($term->workflowitems as $item) {
|
||||
if($item->type == "delimiter") {
|
||||
$rowspan++;
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php if($bcount > 0): ?>
|
||||
<tr id="termination-<?=$term->id?>-top-header" class="hidden">
|
||||
<th>Anschluss</th>
|
||||
|
||||
Reference in New Issue
Block a user