diff --git a/src/libs/antares/study/parts/short-term-storage/properties.cpp b/src/libs/antares/study/parts/short-term-storage/properties.cpp index 3239b115c7..8670a75836 100644 --- a/src/libs/antares/study/parts/short-term-storage/properties.cpp +++ b/src/libs/antares/study/parts/short-term-storage/properties.cpp @@ -64,7 +64,8 @@ bool Properties::loadKey(const IniFile::Property* p) return p->value.to(this->injectionEfficiency); } - if (p->key == "efficiencyWithdrawal") + + if (p->key == "efficiencywithdrawal") { return p->value.to(this->withdrawalEfficiency); }