mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 04:59:29 -06:00
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:
parent
baf1046054
commit
ea32fd81cc
@ -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:
|
||||
|
@ -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); */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user