mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 23:58:03 -05:00
* 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:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user