Revize b4ae00bf
Přidáno uživatelem Ondřej Fibich před téměř 8 roky(ů)
application/libraries/importers/Txt_Tatra_Banka_Statement_File_Importer.php | ||
---|---|---|
$this->add_error(__('E-mails contains more than one destination account: %s', implode(', ', array_unique($accounts))), FALSE);
|
||
}
|
||
|
||
return $match_data && count(array_unique($accounts)) <= 1;
|
||
return count(array_unique($accounts)) <= 1;
|
||
}
|
||
|
||
protected function get_header_data()
|
Také k dispozici: Unified diff
Fixes #1055: fix error thrown from TB importer when no payment is found