mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Removed a lot of references to the old collector.
This commit is contained in:
@@ -309,6 +309,14 @@
|
||||
foreignCurrency = null;
|
||||
}
|
||||
|
||||
// correct some id's
|
||||
if(0 === destId) {
|
||||
destId = null;
|
||||
}
|
||||
if(0 === sourceId) {
|
||||
sourceId = null;
|
||||
}
|
||||
|
||||
currentArray =
|
||||
{
|
||||
type: transactionType,
|
||||
|
Reference in New Issue
Block a user