mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
cms fixes
This commit is contained in:
@@ -23,7 +23,7 @@ class DocType:
|
|||||||
from jinja2 import Template
|
from jinja2 import Template
|
||||||
import os
|
import os
|
||||||
|
|
||||||
with open(os.path.dirname(__file__), 'custom_template.css'), 'r') as f:
|
with open(os.path.join(os.path.dirname(__file__), 'custom_template.css'), 'r') as f:
|
||||||
temp = Template(f.read())
|
temp = Template(f.read())
|
||||||
|
|
||||||
if not self.doc.font_size:
|
if not self.doc.font_size:
|
||||||
|
|||||||
Reference in New Issue
Block a user