| Summary: |
Missing 'value' attribute in account template DTD attribute list 'flag' |
| Product: |
[Applications] kmymoney
|
Reporter: |
Ralf Habacker <ralf.habacker> |
| Component: |
general | Assignee: |
KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: |
RESOLVED
FIXED
|
|
|
| Severity: |
normal
|
|
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
4.8.0 | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
All | |
|
|
Latest Commit:
|
https://cgit.kde.org/kmymoney.git/commit/?id=45171a88156b71c03c29fe9d7efa63de0069d556
|
Version Fixed/Implemented In:
|
4.8.1,5.0.0
|
|
Sentry Crash Report:
|
|
| |
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.