mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
renamed blog to blog_post and refresh issues
This commit is contained in:
@@ -57,7 +57,7 @@ def generate():
|
||||
|
||||
items = ''
|
||||
blog_list = webnotes.conn.sql("""\
|
||||
select page_name as name, modified, creation, title from tabBlog
|
||||
select page_name as name, modified, creation, title from `tabBlog Post`
|
||||
where ifnull(published,0)=1
|
||||
order by creation desc, modified desc, name asc limit 100""", as_dict=1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user