Index: sources/gui/qml/dialogs/HeparinRxAdjustment.qml =================================================================== diff -u -rd01d12afc4afacb7139315e91825ebbd5b6af748 -r58d24875f4e9c0115a05cae01b4a4e0a26818396 --- sources/gui/qml/dialogs/HeparinRxAdjustment.qml (.../HeparinRxAdjustment.qml) (revision d01d12afc4afacb7139315e91825ebbd5b6af748) +++ sources/gui/qml/dialogs/HeparinRxAdjustment.qml (.../HeparinRxAdjustment.qml) (revision 58d24875f4e9c0115a05cae01b4a4e0a26818396) @@ -53,7 +53,7 @@ function onPreTreatmentChanged() { _root.close() } } - Connections { target: _preTreatmentCreateTreatmentSettings + Connections { target: _preTreatmentCreatePatientPrescription function onClearHeparinDuration () { if ( _heparinDeliveryDuration.enabled ) { _heparinDeliveryDuration.clear() } }