mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
revert a change that I shouldn't have committed
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7978 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
772c25105f
commit
c9d1f8647a
@ -917,12 +917,10 @@ gnc_import_TransInfo_refresh_destacc (GNCImportTransInfo *transaction_info,
|
|||||||
GncImportMatchMap *matchmap)
|
GncImportMatchMap *matchmap)
|
||||||
{
|
{
|
||||||
Transaction *transaction;
|
Transaction *transaction;
|
||||||
Account *orig_destacc;
|
|
||||||
Account *new_destacc;
|
|
||||||
g_assert(transaction_info);
|
g_assert(transaction_info);
|
||||||
|
|
||||||
orig_destacc = gnc_import_TransInfo_get_destacc(transaction_info);
|
Account *orig_destacc = gnc_import_TransInfo_get_destacc(transaction_info);
|
||||||
new_destacc = NULL;
|
Account *new_destacc = NULL;
|
||||||
|
|
||||||
/* if we haven't manually selected a destination account for this transaction */
|
/* if we haven't manually selected a destination account for this transaction */
|
||||||
if(gnc_import_TransInfo_get_destacc_selected_manually(transaction_info) == FALSE)
|
if(gnc_import_TransInfo_get_destacc_selected_manually(transaction_info) == FALSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user