From 2074d84963d855dfb3c5ce1b922838dfdc7a9c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Mon, 3 Dec 2018 01:04:35 +0100 Subject: [PATCH] v2 upaifoa --- dist/autoloader.js | 2 +- dist/autoloaderV2.js | 4 ++-- src/autoloaderV2.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/autoloader.js b/dist/autoloader.js index 00bc13d..4f0b327 100755 --- a/dist/autoloader.js +++ b/dist/autoloader.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 01:04:35 GMT+0100 (CET)*/ var AutomaticDispose_Branch = "master"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var da_lss_adis_time = new Date().getTime(); diff --git a/dist/autoloaderV2.js b/dist/autoloaderV2.js index 4adc477..900751b 100644 --- a/dist/autoloaderV2.js +++ b/dist/autoloaderV2.js @@ -1,4 +1,4 @@ -/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/ +/*Generated on:Mon Dec 03 2018 01:04:35 GMT+0100 (CET)*/ /* * Dexie.js - a minimalistic wrapper for IndexedDB * =============================================== @@ -18687,7 +18687,7 @@ class AutomaticDispose { if (Patient.need_Tragehilfe == true) self._ADisVehiclesNeed["0"]++; - if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true) + if (MissionConfig.emergency_medical_service.use_RTW == true || Patient.need_RTW == true) self._ADisVehiclesNeed["28"]++; if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true) diff --git a/src/autoloaderV2.js b/src/autoloaderV2.js index b09b6a9..4d3b7be 100644 --- a/src/autoloaderV2.js +++ b/src/autoloaderV2.js @@ -1517,7 +1517,7 @@ class AutomaticDispose { if (Patient.need_Tragehilfe == true) self._ADisVehiclesNeed["0"]++; - if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true) + if (MissionConfig.emergency_medical_service.use_RTW == true || Patient.need_RTW == true) self._ADisVehiclesNeed["28"]++; if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)