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:
Derek Atkins 2002-06-25 05:20:19 +00:00
parent 225fbb6934
commit d77cf0dbc6

View File

@ -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;