mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
default to % for discount and tax interpretation types
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6691 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8a96da9c0d
commit
a90bed0151
@ -108,6 +108,8 @@ GncEntry *gncEntryCreate (GNCBook *book)
|
||||
gncEntrySetTax (entry, zero);
|
||||
gncEntrySetDiscount (entry, zero);
|
||||
}
|
||||
entry->tax_type = GNC_ENTRY_INTERP_PERCENT;
|
||||
entry->disc_type = GNC_ENTRY_INTERP_PERCENT;
|
||||
entry->dirty = FALSE;
|
||||
|
||||
xaccGUIDNew (&entry->guid, book);
|
||||
|
Loading…
Reference in New Issue
Block a user