mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
timestamps, comments
This commit is contained in:
@@ -63,10 +63,6 @@ class DocType:
|
||||
p.fields[k] = arg[k]
|
||||
p.save()
|
||||
|
||||
def update_profile_image(self, fid, fname):
|
||||
sql("update tabProfile set file_list = '%s,%s' where name='%s'" % (fname, fid, session['user']))
|
||||
|
||||
|
||||
def get_login_url(self):
|
||||
return session['data']['login_from']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user