mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
fixed get_server_values to make them utf-8 friendly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user