mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
cms patch
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
from webnotes.model.doclist import DocList
|
||||
import os
|
||||
|
||||
for name in webnotes.conn.sql("""select name from `tabWeb Page` where docstatus=0"""):
|
||||
print name
|
||||
DocList('Web Page', name[0]).save()
|
||||
from webnotes.model.code import get_obj
|
||||
|
||||
# rewrite pages
|
||||
get_obj('Website Settings').rewrite_pages()
|
||||
Reference in New Issue
Block a user