diff --git a/ChangeLog b/ChangeLog index 2bb36178ba..6f531ccddc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Benoit Grégoire + + * src/import-export/import-backend.c: + -Disable -3 punishment for transactions which have an online ID. This punished credit card transfer yet added no tangible benefit. + 2003-02-22 Derek Atkins * src/gnome/glade/account.glade: Increase height of diff --git a/src/import-export/import-backend.c b/src/import-export/import-backend.c index af203c7e7b..99b4ad5569 100644 --- a/src/import-export/import-backend.c +++ b/src/import-export/import-backend.c @@ -591,7 +591,9 @@ static void split_find_match (GNCImportTransInfo * trans_info, { /* If the pref is to show match even with online ID's, puninsh the transaction with online id */ - prob = prob-3; + + /* DISABLED, it's the wrong solution to the problem. benoitg, 24/2/2003 */ + /*prob = prob-3;*/ } /* Is the probability high enough? Otherwise do nothing and return. */