Fix unicode literal issue that prevents payment entries to be created (#14515)

This commit is contained in:
IOWEB TECHNOLOGIES 2018-06-14 06:44:07 +03:00 committed by Rushabh Mehta
parent fb997d6539
commit 62805e2101

View File

@ -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