fixed get_server_values to make them utf-8 friendly

This commit is contained in:
Rushabh Mehta
2011-08-12 10:55:43 +05:30
parent b3453e6ed5
commit 89717292b7
36 changed files with 95 additions and 195 deletions

View File

@@ -51,7 +51,7 @@ class DocType:
'description': it and it[0][3] or '',
'uom' : it and it[0][4] or ''
}
return cstr(ret)
return ret
def validate(self):
import string