change in report_sxw.py

bzr revid: dsh@tinyerp.com-20080808062554-5rtdsricy6lezsp0
This commit is contained in:
Dhara Shah 2008-08-08 11:55:54 +05:30
parent 61ac299d06
commit 4ec0643d46
1 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,8 @@ class _date_format(str, _format):
return time.strftime(locale.nl_langinfo(locale.D_FMT).replace('%y', '%Y'),
datedata)
except :
pass
pass
return ''
_fields_process = {
'float': _float_format,