mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
actually create the kvp_frame for the lot
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7021 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
225fbb6934
commit
d77cf0dbc6
@ -52,7 +52,7 @@ static void
|
||||
gnc_lot_init (GNCLot *lot, GNCBook *book)
|
||||
{
|
||||
ENTER ("(lot=%p, book=%p)", lot, book);
|
||||
lot->kvp_data = NULL;
|
||||
lot->kvp_data = kvp_frame_new();;
|
||||
lot->account = NULL;
|
||||
lot->splits = NULL;
|
||||
lot->is_closed = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user