You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
remove debug
This commit is contained in:
committed by
Patrick Nagurny
parent
3e3299f86e
commit
ba6280b74a
@@ -238,14 +238,12 @@ export class ReconcilePage {
|
|||||||
this.sessionService.setLoading(true);
|
this.sessionService.setLoading(true);
|
||||||
|
|
||||||
let rec = this.pastReconciliations[0];
|
let rec = this.pastReconciliations[0];
|
||||||
console.log(rec);
|
|
||||||
|
|
||||||
Observable.from(rec.txs).mergeMap(tx => {
|
Observable.from(rec.txs).mergeMap(tx => {
|
||||||
let oldId = tx.id;
|
let oldId = tx.id;
|
||||||
tx.id = Util.newGuid();
|
tx.id = Util.newGuid();
|
||||||
|
|
||||||
let data = tx.getData();
|
let data = tx.getData();
|
||||||
console.log(data);
|
|
||||||
|
|
||||||
let newSplits = {};
|
let newSplits = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user