Added icons in quick contract view
This commit is contained in:
@@ -313,7 +313,8 @@ class PipeworkController extends mfBaseController {
|
||||
|
||||
if($r->pipework_enabled != 1 && $building->pipework_enabled == 1) {
|
||||
$building->pipework_enabled = 0;
|
||||
$building->pipework_enabled_date = 0;
|
||||
$building->pipework_enabled_date = date('U');
|
||||
$building->pipework_enabled_by = $this->me->id;
|
||||
$building->save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user