Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml =================================================================== diff -u -r83acad721bd36d2c88a15feddd6812d2e591bef3 -rfdddcd8b25b5acc99f8c044c998af0e95752063c --- sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml (.../PreTreatmentCreate.qml) (revision 83acad721bd36d2c88a15feddd6812d2e591bef3) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml (.../PreTreatmentCreate.qml) (revision fdddcd8b25b5acc99f8c044c998af0e95752063c) @@ -29,7 +29,7 @@ PreTreatmentBase { id: _root objectName: "_PreTreatmentCreate" // SquishQt testability readonly property bool isFirstTab : _preTreatmentCreateContent.currentIndex === PreTreatmentCreateContent.PatientPrescription - property int subStepIndex :_preTreatmentCreateContent.currentIndex + property int subStepIndex : _preTreatmentCreateContent.currentIndex function clear( vValue ) { if ( ! vValue ) return; _preTreatmentCreateContent.clear() } function confirmReady() { return _root.isFirstTab ? true : _preTreatmentCreateContent.confirmReady() }