2003-02-26 Benoit Gr�goire <bock@step.polymtl.ca>

* 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
This commit is contained in:
Benoit Grégoire
2003-02-26 19:00:43 +00:00
parent e4dd9a78a3
commit fd94d64176
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2003-02-26 Benoit Grégoire <bock@step.polymtl.ca>
* 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 <derek@ihtfp.com>
* src/gnome/glade/account.glade: Increase height of
+3 -1
View File
@@ -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. */