mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/business/business-ledger/gncEntryLedger.c: allow the user
to enter any Action they wish. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8046 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b2ccbf62cf
commit
ef78bbefe6
@ -6,6 +6,9 @@
|
||||
Chris Morgan's Baysian Matching code, to match transactions
|
||||
based on Bayesian filtering of previously matched transactions.
|
||||
|
||||
* src/business/business-ledger/gncEntryLedger.c: allow the user
|
||||
to enter any Action they wish.
|
||||
|
||||
2003-03-06 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/import-export/hbci/dialog-hbcitrans.c: Include a latest
|
||||
|
@ -211,6 +211,11 @@ gnc_entry_ledger_config_cells (GncEntryLedger *ledger)
|
||||
((ComboCell *)
|
||||
gnc_table_layout_get_cell (ledger->table->layout, ENTRY_ACTN_CELL), TRUE);
|
||||
|
||||
/* The action cell should also accept strings not in the list */
|
||||
gnc_combo_cell_set_strict
|
||||
((ComboCell *)
|
||||
gnc_table_layout_get_cell (ledger->table->layout, ENTRY_ACTN_CELL), FALSE);
|
||||
|
||||
/* Use 6 decimal places for all prices and quantities */
|
||||
gnc_price_cell_set_fraction
|
||||
((PriceCell *)
|
||||
|
Loading…
Reference in New Issue
Block a user