mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Save proximo-type billterms with the right tag. (oops)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6995 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
00a335aca1
commit
be1c3236f0
@ -128,7 +128,7 @@ billterm_dom_tree_create (GncBillTerm *term)
|
||||
break;
|
||||
|
||||
case GNC_TERM_TYPE_PROXIMO:
|
||||
data = xmlNewChild (ret, NULL, gnc_daystype_string, NULL);
|
||||
data = xmlNewChild (ret, NULL, gnc_proximotype_string, NULL);
|
||||
maybe_add_int (data, prox_dueday_string, gncBillTermGetDueDays (term));
|
||||
maybe_add_int (data, prox_discday_string,
|
||||
gncBillTermGetDiscountDays (term));
|
||||
|
Loading…
Reference in New Issue
Block a user