[find-transactions] add search for reconciled date

This commit is contained in:
Christopher Lam 2020-04-08 20:09:54 +08:00
parent 3b0c91bb57
commit 77240dba43

View File

@ -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,