From 62805e2101f5ea235f1af32d1b3b4869c1820403 Mon Sep 17 00:00:00 2001 From: IOWEB TECHNOLOGIES Date: Thu, 14 Jun 2018 06:44:07 +0300 Subject: [PATCH] Fix unicode literal issue that prevents payment entries to be created (#14515) --- erpnext/accounts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/utils.py b/erpnext/accounts/utils.py index 1ff0986a7b..e7ea7e166c 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