Merge pull request #13899 from surajshetty3416/fix-print-format-header
This commit is contained in:
commit
1d878199f1
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def prepare_header_footer(soup):
|
|||
"html_id": html_id,
|
||||
"css": css,
|
||||
"lang": frappe.local.lang,
|
||||
"layout_direction": "rtl" if is_rtl else "ltr"
|
||||
"layout_direction": "rtl" if is_rtl() else "ltr"
|
||||
})
|
||||
|
||||
# create temp file
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue