added new AP Name filter in Pipework

This commit is contained in:
2025-12-15 08:58:22 +01:00
parent a96510346e
commit b43925d37e
4 changed files with 43 additions and 14 deletions

View File

@@ -303,7 +303,7 @@ class Building extends mfBaseModel {
}
if($name == "termination_workflow_comments") {
$comments = "";
$comment = "";
foreach($this->getProperty("terminations") as $term) {
if($term->workflow_comment) {
$comment .= $term->code.": ".trim($term->workflow_comment)."\n\n";