error fixed in patch utils

This commit is contained in:
Nabin Hait 2011-08-10 14:18:31 +05:30
parent 0f36819ae2
commit 673f66f56e

View File

@ -85,7 +85,8 @@ class DocType:
d.parent = doctype
d.parenttype = 'DocType'
d.parentfield = 'permissions'
d.permlevel = level
d.role = role
d.read = read
d.write = write