You've already forked openaccounting-web
forked from cybercinch/openaccounting-web
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);
|
||||
|
||||
let rec = this.pastReconciliations[0];
|
||||
console.log(rec);
|
||||
|
||||
Observable.from(rec.txs).mergeMap(tx => {
|
||||
let oldId = tx.id;
|
||||
tx.id = Util.newGuid();
|
||||
|
||||
let data = tx.getData();
|
||||
console.log(data);
|
||||
|
||||
let newSplits = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user