* Fix the Find-Transactions dialog so it only has "Share Price" twice

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7460 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-11-11 01:08:42 +00:00
parent f6858e7a5b
commit 60ee3df8b7
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -1,3 +1,7 @@
2002-11-10 Derek Atkins <derek@ihtfp.com>
* Fix the Find-Transactions dialog so it only has "Share Price" twice
2002-11-10 David Hampton <hampton@employees.org>
* src/scm/price-quotes.scm ((gnc:book-add-quotes book)): Don't get
@@ -22,6 +26,7 @@
(gnc_split_reg_jump_to_split_amount): Remove uninitialized
variable.
>>>>>>> 1.1128
2002-11-09 Herbert Thoma <herbie@hthoma.de>
* /src/report/standard-reports/cash-flow.scm: bug fix for cash flow
-2
View File
@@ -106,8 +106,6 @@ gnc_ui_find_transactions_dialog_create(GNCLedgerDisplay * orig_ledg)
type, SPLIT_RECONCILE, NULL);
params = gnc_search_param_prepend (params, "Share Price", NULL,
type, SPLIT_SHARE_PRICE, NULL);
params = gnc_search_param_prepend (params, "Share Price", NULL,
type, SPLIT_SHARE_PRICE, NULL);
params = gnc_search_param_prepend (params, "Shares", NULL,
type, SPLIT_AMOUNT, NULL);
params = gnc_search_param_prepend (params, "Value", NULL,