Add name keys for indexing in reports
svn: r6809
This commit is contained in:
@@ -381,7 +381,7 @@ class OpenSpreadSheet(SpreadSheetDoc):
|
||||
def end_page(self):
|
||||
self.f.write('</table:table>\n')
|
||||
|
||||
def write_text(self,text):
|
||||
def write_text(self,text,key=""):
|
||||
if text == "":
|
||||
return
|
||||
if self.content == 0:
|
||||
|
Reference in New Issue
Block a user