commit | 62805e2101f5ea235f1af32d1b3b4869c1820403 | [log] [tgz] |
---|---|---|
author | IOWEB TECHNOLOGIES <info@ioweb.gr> | Thu Jun 14 06:44:07 2018 +0300 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Jun 14 09:14:07 2018 +0530 |
tree | fa3e511ef8b64fe5d81afc59d360f253d3cfff3a | |
parent | fb997d6539dea27d1946b3e32247b89c04947de2 [diff] |
Fix unicode literal issue that prevents payment entries to be created (#14515)
diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 1ff0986..e7ea7e1 100644 --- a/erpnext/accounts/utils.py +++ b/erpnext/accounts/utils.py
@@ -2,7 +2,7 @@ # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # License: GNU General Public License v3. See license.txt - +from __future__ import unicode_literals import frappe, erpnext import frappe.defaults