(export_config): Added export entries for the reconcile_balance and
reconcile_date options.
This commit is contained in:
parent
41a66cb0bf
commit
9bdd1ea9f6
1 changed files with 2 additions and 0 deletions
|
|
@ -1016,6 +1016,8 @@ void export_config()
|
|||
.def_readwrite("total_expr", &config_t::total_expr)
|
||||
.def_readwrite("total_expr_template", &config_t::total_expr_template)
|
||||
.def_readwrite("forecast_limit", &config_t::forecast_limit)
|
||||
.def_readwrite("reconcile_balance", &config_t::reconcile_balance)
|
||||
.def_readwrite("reconcile_date", &config_t::reconcile_date)
|
||||
.def_readwrite("budget_flags", &config_t::budget_flags)
|
||||
.def_readwrite("pricing_leeway", &config_t::pricing_leeway)
|
||||
.def_readwrite("show_collapsed", &config_t::show_collapsed)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue