mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert r20633: Accidental double-commit
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20635 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0e5b962a19
commit
60affe6be1
@ -1673,13 +1673,6 @@ instantiate_cashflow_internal(const SchedXaction* sx,
|
||||
return;
|
||||
}
|
||||
|
||||
if (!xaccSchedXactionGetEnabled(sx))
|
||||
{
|
||||
g_debug("Skipping non-enabled SX [%s]",
|
||||
xaccSchedXactionGetName(sx));
|
||||
return;
|
||||
}
|
||||
|
||||
create_cashflow_data.hash = map;
|
||||
create_cashflow_data.creation_errors = creation_errors;
|
||||
create_cashflow_data.sx = sx;
|
||||
|
Loading…
Reference in New Issue
Block a user