mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 04:18:50 +00:00
Fixing a bug with expense account being set to unknown
This commit is contained in:
@@ -150,6 +150,8 @@ class AbnAmroDescription
|
|||||||
|
|
||||||
$this->data[ "opposing-account-name" ] = $matches[4];
|
$this->data[ "opposing-account-name" ] = $matches[4];
|
||||||
$this->data[ "description" ] = $matches[4] . " (" . $matches[1] . ")";
|
$this->data[ "description" ] = $matches[4] . " (" . $matches[1] . ")";
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
@@ -167,6 +169,8 @@ class AbnAmroDescription
|
|||||||
|
|
||||||
$this->data[ "opposing-account-name" ] = "ABN AMRO";
|
$this->data[ "opposing-account-name" ] = "ABN AMRO";
|
||||||
$this->data[ "description" ] = $matches[1];
|
$this->data[ "description" ] = $matches[1];
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user