fix: fixed sider

This commit is contained in:
shariquerik 2021-02-09 15:18:34 +05:30
parent b42c3d05cc
commit 73f7fff00f

View file

@ -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>`
);