mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 18:30:23 -06:00
Bug#510630: correct typo in description during import; patch from <dman dman13 dyndns org>.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16904 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
25c9635b9f
commit
9a903f344e
@ -262,7 +262,7 @@ int ofx_proc_transaction_cb(struct OfxTransactionData data, void * transaction_u
|
||||
break;
|
||||
}
|
||||
tmp=notes;
|
||||
notes=g_strdup_printf("%s%s%s",tmp,"|Ivestment Trans type:", dest_string);
|
||||
notes=g_strdup_printf("%s%s%s",tmp,"|Investment Trans type:", dest_string);
|
||||
g_free(tmp);
|
||||
}
|
||||
if(data.memo_valid==true&&data.name_valid==true){/* Copy only if memo wasn't put in Description */
|
||||
|
Loading…
Reference in New Issue
Block a user