Pop Update
* Rückseite der Pop-Racks können nun auch mit HEs bestückt werden
This commit is contained in:
@@ -53,6 +53,7 @@ class PoprackmoduleController extends mfBaseController
|
||||
$data['end_he'] = $r->end_he;
|
||||
$data['width'] = $r->width;
|
||||
$data['position'] = ($r->position) ? $r->position : null;
|
||||
$data['side'] = ($r->side) ? $r->side : 'front';
|
||||
|
||||
$poprackmodule = PoprackmoduleModel::create($data);
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ class PoprackmoduleModel
|
||||
public $ports = null;
|
||||
public $plug = null;
|
||||
public $position = null;
|
||||
public $side = null;
|
||||
public $create_by = null;
|
||||
public $edit_by = null;
|
||||
public $create = null;
|
||||
|
||||
Reference in New Issue
Block a user