Bug 380072 - Missing 'value' attribute in account template DTD attribute list 'flag'
Summary: Missing 'value' attribute in account template DTD attribute list 'flag'
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.8.0
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-22 07:13 UTC by Ralf Habacker
Modified: 2019-08-29 16:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.8.1,5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2017-05-22 07:13:56 UTC
Looking into xea2kmt sources the flag element in account template may have a value attribute 

xea2kmt.cpp:276ff
   xml.writeStartElement("flag");
   xml.writeAttribute("name","Tax");
   xml.writeAttribute("value",account->slotList["tax-related"]);

This is not documented in the related DTD.