@@ -1095,9 +1095,6 @@ class checkData {
});
if (!this.checkResult.source.bills.find(x => {return x.ledger_id === b.ledger_id})) {
this.checkResult.source.bills.push(b);
- for (const p of pr) {
- this.checkResult.source.pos.push(p);
- }
}
} else {