The amount of the online transfer somehow needs to be negated in the

gnucash account	now.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12159 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2005-12-15 15:57:12 +00:00
parent baf1046054
commit ea32fd81cc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-12-15 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-transfer.c: The amount of the
online transfer somehow needs to be negated in the gnucash account
now.
2005-12-10 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-tree-model-account.c:

View File

@ -251,7 +251,7 @@ gnc_hbci_maketrans_final(HBCITransDialog *td, Account *gnc_acc,
gnc_xfer_dialog_set_amount (transdialog, gnc_numeric_neg (amount));
case SINGLE_TRANSFER:
default:*/
gnc_xfer_dialog_set_amount (transdialog, amount);
gnc_xfer_dialog_set_amount (transdialog, gnc_numeric_neg (amount));
/*}*/
/* gnc_xfer_dialog_toggle_currency_frame (transdialog, FALSE); */