boluscalc: show othercorrection in confirm dialog

This commit is contained in:
MilosKozak
2015-11-15 12:17:03 +01:00
parent 36b86de9b8
commit 4ff00c1ece
+1
View File
@@ -522,6 +522,7 @@ function init(client, $, plugins) {
pushIf(data.carbs, translate('Carbs Given') + ': ' + data.carbs);
pushIf(data.insulin, translate('Insulin Given') + ': ' + data.insulin);
pushIf(data.boluscalc.othercorrection, translate('Other correction') + ': ' + data.boluscalc.othercorrection);
pushIf(data.preBolus, translate('Carb Time') + ': ' + data.preBolus + ' ' + translate('mins'));
pushIf(data.notes, translate('Notes') + ': ' + data.notes);
pushIf(data.enteredBy, translate('Entered By') + ': ' + data.enteredBy);