Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml =================================================================== diff -u -rb33a0dc4ca14c3bf58831d49d1910c39a091e658 -r5a0639ee020873025a536140b8c6b5507d173412 --- sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml (.../PreTreatmentCreatePatientPrescription.qml) (revision b33a0dc4ca14c3bf58831d49d1910c39a091e658) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentCreatePatientPrescription.qml (.../PreTreatmentCreatePatientPrescription.qml) (revision 5a0639ee020873025a536140b8c6b5507d173412) @@ -202,7 +202,7 @@ step : vTreatmentRanges.substitutionVolumeRes defaultValue : vTreatmentRanges.substitutionVolumeDef decimal : Variables.substitutionPrecision - value : _root.isHDFFeatured ? vTreatmentCreate.substitutionFluidVolume : vTreatmentRanges.substitutionVolumeDef + value : vTreatmentCreate.substitutionFluidVolume isActive : vTreatmentCreate.substitutionFluidVolumeSet onDidActiveChange : function(vState) { vTreatmentCreate.substitutionFluidVolumeSet = vState }