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