mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 18:02:34 +00:00
fix typo row -> column
This commit is contained in:
@@ -114,7 +114,7 @@ class IngDescription implements SpecificInterface
|
|||||||
*/
|
*/
|
||||||
protected function removeIBANIngDescription(): void
|
protected function removeIBANIngDescription(): void
|
||||||
{
|
{
|
||||||
// Try replace the iban number with nothing. The IBAN nr is found in the third row
|
// Try replace the iban number with nothing. The IBAN nr is found in the third column
|
||||||
$this->row[8] = preg_replace('/\sIBAN:\s' . $this->row[3] . '/', '', $this->row[8]);
|
$this->row[8] = preg_replace('/\sIBAN:\s' . $this->row[3] . '/', '', $this->row[8]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user