Added admin workorder filter in order and in network
This commit is contained in:
@@ -76,6 +76,12 @@ class NetworkController extends mfBaseController {
|
||||
$data['name'] = $r->name;
|
||||
$data['note'] = $r->note;
|
||||
|
||||
if($r->sytemowner_action_status) {
|
||||
$data['sytemowner_action_status'] = $r->sytemowner_action_status;
|
||||
} else {
|
||||
$data['sytemowner_action_status'] = null;
|
||||
}
|
||||
|
||||
$data['edit_by'] = 1;
|
||||
|
||||
if($mode == "add") {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
class NetworkModel {
|
||||
public $name = null;
|
||||
public $owner_id = null;
|
||||
public $sytemowner_action_status = null;
|
||||
public $note = null;
|
||||
|
||||
public $create_by = null;
|
||||
|
||||
Reference in New Issue
Block a user