Merge pull request #16451 from nabinhait/unicode-issue

fix: Unicode issue in purchase invoice
This commit is contained in:
Nabin Hait 2019-01-23 12:11:00 +05:30 committed by GitHub
commit 36706c04bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# License: GNU General Public License v3. See license.txt
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import frappe, erpnext
from frappe.utils import cint, cstr, formatdate, flt, getdate, nowdate
from frappe import _, throw