SALE,ACCOUNT,PURCHASE: fix notes in report to wrap correctly

bzr revid: ced-163b2afdfaeff732160525d40fad52028c66c6fd
This commit is contained in:
ced 2007-02-26 12:31:01 +00:00
parent 4247f26188
commit 176e9fddb1
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ class report_sxw(report_rml):
rml_dom = xml.dom.minidom.parseString(rml)
rml2 = rml_parser._parse(rml_dom, objs, data, header=self.header)
#import os
#if os.name != "nt":
# f = file("/tmp/debug.rml", "w")
# f.write(rml2)