gnucash maint: Bug 797847 - Best match probability calculation on import is too pessimistic

John Ralls jralls at code.gnucash.org
Thu Jul 16 19:40:56 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/6cb2fa3c (commit)
	from  https://github.com/Gnucash/gnucash/commit/b7bdc15b (commit)



commit 6cb2fa3c3569c5b4597e69c6ca81f866da36a227
Author: Jean Laroche <27791933+jeanlaroche at users.noreply.github.com>
Date:   Thu Jul 16 16:39:51 2020 -0700

     Bug 797847 - Best match probability calculation on import is too pessimistic
    
     Lowering the minimum value for the auto-clear preference. This is to
     allow user to still auto clear even when date don't match quite
     exactly.

diff --git a/gnucash/gtkbuilder/dialog-preferences.glade b/gnucash/gtkbuilder/dialog-preferences.glade
index c3f6adca7..7f70a44ad 100644
--- a/gnucash/gtkbuilder/dialog-preferences.glade
+++ b/gnucash/gtkbuilder/dialog-preferences.glade
@@ -14,7 +14,7 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="auto_clear_adj">
-    <property name="lower">6</property>
+    <property name="lower">5</property>
     <property name="upper">12</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>



Summary of changes:
 gnucash/gtkbuilder/dialog-preferences.glade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list