Skip to content

Commit

Permalink
Pick up option aliases recently added in maint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Aug 5, 2021
1 parent 26946d7 commit b6622a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libgnucash/app-utils/gnc-optiondb.cpp
Expand Up @@ -101,6 +101,10 @@ const OptionAliases Aliases::c_option_aliases
{"Links", {nullptr, "Transaction Links"}},
// invoice.scm, renamed November 2018
{"Individual Taxes", {nullptr, "Use Detailed Tax Summary"}},
{"Show Accounts until level", {nullptr, "Levels of Subaccounts"}},
{"Invoice number", {nullptr, "Invoice Number"}},
{"Report title", {nullptr, "Report Title"}},
{"Extra notes", {nullptr, "Extra Notes"}},
// income-gst-statement.scm
{"default format", {nullptr, "Default Format"}},
{"Report format", {nullptr, "Report Format"}},
Expand Down

0 comments on commit b6622a3

Please sign in to comment.