mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
[issues #437] [fix] pulling terms and conditions
This commit is contained in:
@@ -5,4 +5,9 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
def on_update(self):
|
||||
# make js and css
|
||||
from website.helpers.make_web_include_files import make
|
||||
make()
|
||||
Reference in New Issue
Block a user