Rechenfehler des Zorns
This commit is contained in:
parent
3478a157f6
commit
298e0ad6db
@ -423,7 +423,7 @@ const gequetschteTabellenReihen = computed(() => {
|
||||
const unserAn = personenObjekt.an[name];
|
||||
const anderAn = person.an[personenObjekt.name];
|
||||
|
||||
if (unserAn <= anderAn) continue;
|
||||
if (unserAn < anderAn) continue;
|
||||
|
||||
personenObjekt.an[name] = unserAn - anderAn;
|
||||
person.an[personenObjekt.name] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user