Fix UnicodeDecodeError (#2531)
This commit is contained in:
parent
2cda3130c1
commit
cc763713f4
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ frappe.ready(function() {
|
|||
});
|
||||
|
||||
{% if script is defined %}
|
||||
{{ script }}
|
||||
{{ script.decode('utf-8') }}
|
||||
{% endif %}
|
||||
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue