mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 05:59:18 +00:00
moved directory structure
This commit is contained in:
5
patches/august_2012/changed_blog_date_format.py
Normal file
5
patches/august_2012/changed_blog_date_format.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model.doclist import DocList
|
||||
DocList("Website Settings", "Website Settings").save()
|
||||
Reference in New Issue
Block a user