Index: sources/gui/qml/components/ConfirmTreatmentTable.qml =================================================================== diff -u -r0401b9a1fb6f89f0ec83571f2f868956c7500a0f -r321e667cd58da515845f2173d5e1a59082823455 --- sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 0401b9a1fb6f89f0ec83571f2f868956c7500a0f) +++ sources/gui/qml/components/ConfirmTreatmentTable.qml (.../ConfirmTreatmentTable.qml) (revision 321e667cd58da515845f2173d5e1a59082823455) @@ -101,10 +101,10 @@ anchors.bottom: parent.bottom width: parent.width - 2*Variables.createTreatmentMargin height: _root.height - _header.height - prescriptionKeys: vTreatmentCreate.getPrescriptionParameterNames() - prescriptionValues: vTreatmentCreate.getPrescriptionParameterValues() - operatingKeys: vTreatmentCreate.getOperatingParameterNames() - operatingValues: vTreatmentCreate.getOperatingParameterValues() + prescriptionKeys: vTreatmentCreate.doGetPrescriptionParameterNames() + prescriptionValues: vTreatmentCreate.doGetPrescriptionParameterValues() + operatingKeys: vTreatmentCreate.doGetOperatingParameterNames() + operatingValues: vTreatmentCreate.doGetOperatingParameterValues() onVisibleChanged: { if (visible) { prescriptionKeys = vTreatmentCreate.getPrescriptionParameterNames()