Removed a lot of references to the old collector.

This commit is contained in:
James Cole
2019-05-29 21:52:08 +02:00
parent 280b2efee6
commit 7e2159d12c
17 changed files with 876 additions and 664 deletions

View File

@@ -309,6 +309,14 @@
foreignCurrency = null;
}
// correct some id's
if(0 === destId) {
destId = null;
}
if(0 === sourceId) {
sourceId = null;
}
currentArray =
{
type: transactionType,