Index: sources/view/vtreatmentadjustmentduration.cpp =================================================================== diff -u -r03de7d132838c54a23862809357c42102b6dab99 -r6616f7b9b88efffa42ab605833d296afb76d3cb1 --- sources/view/vtreatmentadjustmentduration.cpp (.../vtreatmentadjustmentduration.cpp) (revision 03de7d132838c54a23862809357c42102b6dab99) +++ sources/view/vtreatmentadjustmentduration.cpp (.../vtreatmentadjustmentduration.cpp) (revision 6616f7b9b88efffa42ab605833d296afb76d3cb1) @@ -31,7 +31,7 @@ adjustment_Accepted ( vData.mAccepted ); adjustment_Reason ( vData.mReason ); duration ( vData.mDuration ); - ultrafiltration ( vData.mUFVolume ); + ultrafiltration ( vData.mUFVolume / 1000 ); // mL => L // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. ***