commit | dc86bc756e15c4f1f054ee167e755bae604dba98 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed May 01 17:18:35 2019 +0530 |
committer | GitHub <noreply@github.com> | Wed May 01 17:18:35 2019 +0530 |
tree | 5f70d26b7d71a7949e78e14a4263afa97455ff80 | |
parent | 8b8e3e7890febeea6ce8b2a86ca9f5c65e746cfb [diff] | |
parent | 6d9334810ebabef0a190f845ba4912827ea21711 [diff] |
Merge pull request #17441 from nabinhait/pe-ref-exchange-rate-dev fix: Always fetch exchange rate from ref document
diff --git a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py index 948be64..76efa48 100644 --- a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py +++ b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py
@@ -3,6 +3,7 @@ # For license information, please see license.txt from __future__ import unicode_literals +from functools import reduce import frappe, csv from frappe import _ from frappe.utils import cstr
diff --git a/erpnext/regional/italy/utils.py b/erpnext/regional/italy/utils.py index 876bdcf..88e7c3e 100644 --- a/erpnext/regional/italy/utils.py +++ b/erpnext/regional/italy/utils.py
@@ -292,7 +292,7 @@ "content": invoice_xml }) _file.save() - return file + return _file @frappe.whitelist() def generate_single_invoice(docname):