diff --git a/VECTO/GUI/HybridStrategyParamsForm.vb b/VECTO/GUI/HybridStrategyParamsForm.vb
index 84a77e72d1eb3cf6a7f46dff1d2a2213309c3524..471ac649dea59195b22e023b6eb866602f0df587 100644
--- a/VECTO/GUI/HybridStrategyParamsForm.vb
+++ b/VECTO/GUI/HybridStrategyParamsForm.vb
@@ -133,6 +133,7 @@ Public Class HybridStrategyParamsForm
                 pnCostFactorSoCExponent.Enabled = True
                 pnGenset.Enabled = False
             Case VectoSimulationJobType.SerialHybridVehicle
+            case VectoSimulationJobType.IEPC_S
                 pnEquivFactor.Enabled = False
                 pnEquivFactorCharge.Enabled = False
                 pnMinSoC.Enabled = True
@@ -193,6 +194,7 @@ Public Class HybridStrategyParamsForm
                 tbCostFactorSoCExponent.Text = If(Double.IsNaN(strategyParams.CostFactorSOCExpponent), 5, strategyParams.CostFactorSOCExpponent).ToGUIFormat()
 
             Case VectoSimulationJobType.SerialHybridVehicle
+            Case VectoSimulationJobType.IEPC_S
                 tbMinSoC.Text = (strategyParams.MinSoC * 100).ToGUIFormat()
                 tbTargetSoC.Text = (strategyParams.TargetSoC * 100).ToGUIFormat()