added new AP Name filter in Pipework
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user