[REF] Account_voucher

bzr revid: mra@mra-laptop-20101110110633-sk7qe4lehj24oa0b
This commit is contained in:
Mustufa Rangwala 2010-11-10 16:36:33 +05:30
parent 23098bad6a
commit 0e467180a9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class rml_parse(report_sxw.rml_parse):
return Stringer
def explode_this(self, chaine, length):
chaine = chaine.rstrip(chaine)
chaine = chaine.rstrip()
ast = list(chaine)
i = length
while i <= len(ast):