fix: fixed sider
This commit is contained in:
parent
b42c3d05cc
commit
73f7fff00f
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ frappe.ui.form.PrintView = class {
|
|||
<link href="${frappe.urllib.get_base_url()}/assets/css/printview.css" rel="stylesheet">`
|
||||
);
|
||||
|
||||
if (frappe.utils.is_rtl(this.lang_code)){
|
||||
if (frappe.utils.is_rtl(this.lang_code)) {
|
||||
this.$print_format_body.find('head').append(
|
||||
`<link type="text/css" rel="stylesheet" href="${frappe.urllib.get_base_url()}/assets/css/frappe-rtl.css"></link>`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue