mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #638225: Author Jim Radford. KVP lists are ordered so should not be sorted
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20117 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c870169c3c
commit
a3bf3033b2
@ -334,15 +334,13 @@ add_kvp_value_node(xmlNodePtr node, gchar *tag, kvp_value* val)
|
||||
case KVP_TYPE_GLIST:
|
||||
{
|
||||
GList *cursor;
|
||||
GList *sorted = g_list_sort(g_list_copy(kvp_value_get_glist(val)), (GCompareFunc)strcmp);
|
||||
|
||||
xmlSetProp(val_node, BAD_CAST "type", BAD_CAST "list");
|
||||
for (cursor = sorted; cursor; cursor = cursor->next)
|
||||
for (cursor = kvp_value_get_glist(val); cursor; cursor = cursor->next)
|
||||
{
|
||||
kvp_value *val = (kvp_value*)cursor->data;
|
||||
add_kvp_value_node(val_node, "slot:value", val);
|
||||
}
|
||||
g_list_free(sorted);
|
||||
}
|
||||
|
||||
break;
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -15,19 +15,19 @@
|
||||
xmlns:bgt="http://www.gnucash.org/XML/bgt"
|
||||
xmlns:recurrence="http://www.gnucash.org/XML/recurrence"
|
||||
xmlns:lot="http://www.gnucash.org/XML/lot"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:addr="http://www.gnucash.org/XML/addr"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:billterm="http://www.gnucash.org/XML/billterm"
|
||||
xmlns:bt-days="http://www.gnucash.org/XML/bt-days"
|
||||
xmlns:bt-prox="http://www.gnucash.org/XML/bt-prox"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:cust="http://www.gnucash.org/XML/cust"
|
||||
xmlns:employee="http://www.gnucash.org/XML/employee"
|
||||
xmlns:entry="http://www.gnucash.org/XML/entry"
|
||||
xmlns:owner="http://www.gnucash.org/XML/owner"
|
||||
xmlns:invoice="http://www.gnucash.org/XML/invoice"
|
||||
xmlns:job="http://www.gnucash.org/XML/job"
|
||||
xmlns:order="http://www.gnucash.org/XML/order"
|
||||
xmlns:taxtable="http://www.gnucash.org/XML/taxtable"
|
||||
xmlns:tte="http://www.gnucash.org/XML/tte"
|
||||
xmlns:vendor="http://www.gnucash.org/XML/vendor">
|
||||
<gnc:count-data cd:type="book">1</gnc:count-data>
|
||||
<gnc:book version="2.0.0">
|
||||
|
@ -349,6 +349,7 @@ test_add_transaction(const char *tag, gpointer globaldata, gpointer data)
|
||||
{
|
||||
Transaction *trans = data;
|
||||
tran_data *gdata = (tran_data*)globaldata;
|
||||
gboolean retval = TRUE;
|
||||
|
||||
xaccTransBeginEdit (trans);
|
||||
xaccTransSetCurrency (trans, gdata->com);
|
||||
@ -358,11 +359,11 @@ test_add_transaction(const char *tag, gpointer globaldata, gpointer data)
|
||||
"gnc_transaction_sixtp_parser_create",
|
||||
__FILE__, __LINE__,
|
||||
"%d", gdata->value))
|
||||
return FALSE;
|
||||
retval = FALSE;
|
||||
|
||||
gdata->new_trn = trans;
|
||||
|
||||
return TRUE;
|
||||
return retval;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user