diff --git a/Layout/default/Patching/Index.php b/Layout/default/Patching/Index.php index 20a9044d2..ca67921f8 100644 --- a/Layout/default/Patching/Index.php +++ b/Layout/default/Patching/Index.php @@ -72,7 +72,7 @@ ODF Port Typ Gerät - Ports + Port Gepatched @@ -91,8 +91,7 @@ workflowitems["ports"]->value->value_string?> - getLineworkportPairs() as $ports): ?> @@ -109,7 +108,7 @@ - + diff --git a/application/Patching/PatchingModel.php b/application/Patching/PatchingModel.php index 752ba8fba..ece852211 100644 --- a/application/Patching/PatchingModel.php +++ b/application/Patching/PatchingModel.php @@ -5,7 +5,7 @@ class PatchingModel { public $linework_port = null; public $device_type = null; public $device_name = null; - public $device_ports = null; + public $device_port = null; public $patched = null; public $create_by = null;