9899: fix non-textual value on place name
This commit is contained in:
parent
c712e5813a
commit
b79d5c4cfc
@ -455,7 +455,7 @@ class TagReport(Report):
|
||||
|
||||
self.doc.start_cell('TR-TableCell')
|
||||
self.doc.start_paragraph('TR-Normal')
|
||||
self.doc.write_text(place.get_name())
|
||||
self.doc.write_text(place.get_name().get_value())
|
||||
self.doc.end_paragraph()
|
||||
self.doc.end_cell()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user