mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
fix to blog and wnf backup does not backup files
This commit is contained in:
@@ -13,6 +13,6 @@ class DocType:
|
||||
for blog in webnotes.conn.sql_list("""select name from tabBlog where owner=%s
|
||||
and ifnull(blogger,'')=''""", self.doc.profile):
|
||||
b = webnotes.bean("Blog", blog)
|
||||
b.blogger = self.doc.name
|
||||
b.doc.blogger = self.doc.name
|
||||
b.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user