allow updated Treatments for insight 2
This commit is contained in:
parent
bcbf432236
commit
983e9c3658
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,6 @@ class HistoryLogAdapter {
|
||||||
detailedBolusInfo.source = Source.PUMP;
|
detailedBolusInfo.source = Source.PUMP;
|
||||||
detailedBolusInfo.pumpId = record_id;
|
detailedBolusInfo.pumpId = record_id;
|
||||||
detailedBolusInfo.insulin = insulin;
|
detailedBolusInfo.insulin = insulin;
|
||||||
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, false);
|
TreatmentsPlugin.getPlugin().addToHistoryTreatment(detailedBolusInfo, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue