commit | 0c42f99b6f175fdf706711bbfebb469529615d5d | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Tue Nov 06 16:35:21 2018 +0530 |
committer | GitHub <noreply@github.com> | Tue Nov 06 16:35:21 2018 +0530 |
tree | 4b6ddb0756f64b399c97eab5b631be5246c69c1d | |
parent | 65797bca6448c9015bd1a9bde76417d998733e55 [diff] | |
parent | 56bf39bfea43cedf58618123de774ef7053b9e60 [diff] |
Merge pull request #15920 from rohitwaghchaure/fix_patch_ascii_code_error [Fix] Patch, ascii codec error
diff --git a/erpnext/patches/v11_0/update_department_lft_rgt.py b/erpnext/patches/v11_0/update_department_lft_rgt.py index 5a8837e..b2f407b 100644 --- a/erpnext/patches/v11_0/update_department_lft_rgt.py +++ b/erpnext/patches/v11_0/update_department_lft_rgt.py
@@ -1,3 +1,5 @@ +from __future__ import unicode_literals + import frappe from frappe import _ from frappe.utils.nestedset import rebuild_tree