Skip to content

Commit

Permalink
Change max timeout to 20 seconds for default invoice report
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Feb 5, 2023
1 parent 85c2491 commit 45a0746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgnucash/engine/gnc-optiondb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ gnc_option_db_book_options(GncOptionDB* odb)
gnc_register_number_range_option<double>(odb, business_section,
OPTION_NAME_DEFAULT_INVOICE_REPORT_TIMEOUT, "e2",
N_("Length of time to change the used invoice report. A value of 0 means disabled."),
0.0, 0.0, 10.0, 1.0);
0.0, 0.0, 20.0, 1.0);
gnc_register_taxtable_option(odb, business_section,
N_("Default Customer TaxTable"), "f1",
N_("The default tax table to apply to customers."),
Expand Down

0 comments on commit 45a0746

Please sign in to comment.