mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated message identifier for unknown opposing account
This commit is contained in:
parent
a5ac84e1b9
commit
cc712b0c75
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user