Revize dd8634d5
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/libraries/importers/Tatra_Banka_Statement_File_Importer.php | ||
---|---|---|
|
||
if ($item['counter_account'] == 'VKLAD V HOTOVOSTI')
|
||
{
|
||
if (empty($item['message']))
|
||
{
|
||
$item['message'] = $item['counter_account'];
|
||
}
|
||
|
||
if (!$member_id)
|
||
{
|
||
// undefined member fee - double-entry incoming transfer
|
Také k dispozici: Unified diff
Default transfer text (comment) for deposit in cash in TB importer when no text available is now "VKLAD V HOTOVOSTI".