mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Updated message identifier for unknown opposing account
This commit is contained in:
@@ -29,9 +29,10 @@ class AbnAmroDescription
|
|||||||
// Try to parse the description in known formats.
|
// Try to parse the description in known formats.
|
||||||
$parsed = $this->parseSepaDescription() || $this->parseTRTPDescription() || $this->parseGEABEADescription() || $this->parseABNAMRODescription();
|
$parsed = $this->parseSepaDescription() || $this->parseTRTPDescription() || $this->parseGEABEADescription() || $this->parseABNAMRODescription();
|
||||||
|
|
||||||
// If the description could not be parsed, specify an unknown opposing account, as an opposing account is required
|
// If the description could not be parsed, specify an unknown opposing
|
||||||
|
// account, as an opposing account is required
|
||||||
if( !$parsed ) {
|
if( !$parsed ) {
|
||||||
$this->data[ "opposing-account-name" ] = trans('unknown');
|
$this->data[ "opposing-account-name" ] = trans('firefly.unknown');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->data;
|
return $this->data;
|
||||||
|
Reference in New Issue
Block a user