mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-26 15:40:44 +00:00
Fix last entry in Prescription settings table
This commit is contained in:
parent
3aa0f00a4b
commit
168b8e9843
@ -807,7 +807,7 @@ void MainWindow::on_summaryButton_clicked()
|
||||
} while (date>=firstcpap);
|
||||
|
||||
if (!lastchanged) {
|
||||
last=date.addDays(1);
|
||||
// last=date.addDays(1);
|
||||
first=firstcpap;
|
||||
int days=PROFILE.countDays(MT_CPAP,first,last);
|
||||
RXChange rx;
|
||||
|
Loading…
Reference in New Issue
Block a user