mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove "FIXME" comments about KvpFrame in SX-ttinfo.c.
SX splits and regular splits have different requirements for Kvp. A regular split's Kvp contains information that applies to that one split alone so it would be a mistake to propagate it into SX. Meanwhile the SX split puts its formulas in Kvp, and we certainly don't want those going into regular splits.
This commit is contained in:
parent
cadd1976df
commit
50bb5c162a
@ -27,7 +27,6 @@
|
||||
|
||||
#include "SX-ttinfo.h"
|
||||
|
||||
/* KvpFrame policy? */
|
||||
struct TTInfo_s
|
||||
{
|
||||
/* FIXME add notes field */
|
||||
@ -41,7 +40,6 @@ struct TTInfo_s
|
||||
struct TTSplitInfo_s
|
||||
{
|
||||
char *action; /* owned by us */
|
||||
/* FIXME: What about the split's KvpFrame */
|
||||
char *memo; /* owned by us */
|
||||
char *credit_formula, *debit_formula; /* owned by us */
|
||||
Account *acc;
|
||||
|
Loading…
Reference in New Issue
Block a user