mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-28 07:31:31 +01:00
5 lines
171 B
Python
5 lines
171 B
Python
from __future__ import unicode_literals
|
|
def execute():
|
|
import webnotes
|
|
from webnotes.model.doclist import DocList
|
|
DocList("Website Settings", "Website Settings").save() |