v2 upaifoa

This commit is contained in:
2018-12-03 01:04:35 +01:00
parent 660d764f13
commit 2074d84963
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/"; var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime(); var da_lss_adis_time = new Date().getTime();
+2 -2
View File
@@ -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 * Dexie.js - a minimalistic wrapper for IndexedDB
* =============================================== * ===============================================
@@ -18687,7 +18687,7 @@ class AutomaticDispose {
if (Patient.need_Tragehilfe == true) if (Patient.need_Tragehilfe == true)
self._ADisVehiclesNeed["0"]++; 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"]++; self._ADisVehiclesNeed["28"]++;
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true) if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
+1 -1
View File
@@ -1517,7 +1517,7 @@ class AutomaticDispose {
if (Patient.need_Tragehilfe == true) if (Patient.need_Tragehilfe == true)
self._ADisVehiclesNeed["0"]++; 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"]++; self._ADisVehiclesNeed["28"]++;
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true) if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)