mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
Fix unicode literal issue that prevents payment entries to be created (#14515)
This commit is contained in:
committed by
Rushabh Mehta
parent
fb997d6539
commit
62805e2101
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user