v2 update

This commit is contained in:
2018-11-28 20:10:53 +01:00
parent ebd25cb487
commit d18218a1ab
3 changed files with 6 additions and 6 deletions

View File

@@ -195,7 +195,7 @@ class AutomaticDispose {
OpenNextRescueSprechwunsch() {
let that = this;
this.ADSettings().then((setting) => {
this.ADSettings.then((setting) => {
if (setting['Sprechwunsch-Automatic'] == 'true') {
return that.ADisDB.ADisSprechwunsch.where({
done: 'false'
@@ -286,7 +286,7 @@ class AutomaticDispose {
OpenNextPoliceSprechwunsch() {
let that = this;
this.ADSettings().then((setting) => {
this.ADSettings.then((setting) => {
if (setting['Sprechwunsch-Automatic'] == 'true') {
return that.ADisDB.ADisSprechwunschPolice.where({
done: 'false'