mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-31 08:38:12 -05:00
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:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user