Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-10-24 14:10:29 +02:00
commit e64bb18d01

View File

@ -73,8 +73,8 @@ class DocType:
# Update Membership Type at Gateway
from webnotes.utils import cint
sql("delete from __SessionCache where user=%s", cstr(arg['usr']))
webnotes.clear_cache(cstr(arg['usr']))
# Save profile
def save_profile(self,arg):