mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[find-transactions] add search for reconciled date
This commit is contained in:
parent
3b0c91bb57
commit
77240dba43
@ -126,6 +126,8 @@ gnc_ui_find_transactions_dialog_create(GtkWindow *parent, GNCLedgerDisplay * ori
|
||||
params = gnc_search_param_prepend (params, N_("Date Posted"), NULL,
|
||||
type, SPLIT_TRANS, TRANS_DATE_POSTED,
|
||||
NULL);
|
||||
params = gnc_search_param_prepend (params, N_("Reconciled Date"), NULL,
|
||||
type, SPLIT_DATE_RECONCILED, NULL);
|
||||
params = gnc_search_param_prepend (params, (num_action
|
||||
? N_("Number/Action")
|
||||
: N_("Action")), NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user