Added pipework/linework comments to each page
This commit is contained in:
@@ -214,6 +214,13 @@ class LineworkController extends mfBaseController {
|
||||
$termination->save();
|
||||
}
|
||||
|
||||
if($termination->building->workflow_comment != $r->workflow_comment_building) {
|
||||
$termination->building->workflow_comment = $r->workflow_comment_building;
|
||||
$termination->building->workflow_comment_changed = date('U');
|
||||
$termination->building->workflow_comment_changed_by = $this->me->id;
|
||||
$termination->building->save();
|
||||
}
|
||||
|
||||
$items = [];
|
||||
|
||||
// get workflow values from request
|
||||
|
||||
Reference in New Issue
Block a user