[REF] Unused argument removed
authorJay (Open ERP) <jvo@tinyerp.com>
Fri, 7 Aug 2009 09:25:00 +0000 (14:55 +0530)
committerJay (Open ERP) <jvo@tinyerp.com>
Fri, 7 Aug 2009 09:25:00 +0000 (14:55 +0530)
lp bug: https://launchpad.net/bugs/410186 fixed

bzr revid: jvo@tinyerp.com-20090807092500-y0l3teyppm4053ow

bin/report/report_sxw.py

index cc39269..bf5dd41 100644 (file)
@@ -239,7 +239,7 @@ class rml_parse(object):
         self.default_lang[lang] = self.lang_dict.copy()
         return True
 
-    def formatLang(self, value, digits=2, date=False,date_time=False, grouping=True, monetary=False, currency=None):
+    def formatLang(self, value, digits=2, date=False,date_time=False, grouping=True, monetary=False):
         if isinstance(value, (str, unicode)) and not value:
             return ''
         if not self.lang_dict_called: