Merge branch 'develop' into gratuity

This commit is contained in:
Anurag Mishra
2020-12-29 13:27:03 +05:30
committed by GitHub
62 changed files with 3352 additions and 333 deletions

View File

@@ -135,7 +135,7 @@ class Employee(NestedSet):
try:
frappe.get_doc({
"doctype": "File",
"file_name": self.image,
"file_url": self.image,
"attached_to_doctype": "User",
"attached_to_name": self.user_id
}).insert()