Revize 5ab3bf57
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/libraries/importers/Txt_Tatra_Banka_Statement_File_Importer.php | ||
---|---|---|
'bank' => $data[3],
|
||
'account' => $data[4],
|
||
'amount' => floatval(str_replace(',', '.', $data[5])),
|
||
'counter_account'=> @$ca[2],
|
||
'counter_bank' => @$ca[1],
|
||
'counter_account'=> trim(@$ca[2]),
|
||
'counter_bank' => trim(@$ca[1]),
|
||
'currency' => $data[6],
|
||
'vs' => $vs[1],
|
||
'ss' => $ss[1],
|
Také k dispozici: Unified diff
Trim counter account number and bank code in order to not allow account duplicities and also fix VKLAD V HOTOVOSTI issue.