From fd94d64176303dcde564dfaab2e98fbbfe9f8399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benoit=20Gr=C3=A9goire?= Date: Wed, 26 Feb 2003 19:00:43 +0000 Subject: [PATCH] =?UTF-8?q?2003-02-26=20=20Benoit=20Gr=EF=BF=BDgoire=20=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8023 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 5 +++++ src/import-export/import-backend.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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. */