[fix] ficher_des_ecritures patch

This commit is contained in:
Rushabh Mehta 2018-01-24 14:39:04 +05:30
parent fb2f97391f
commit 29bc14d242
2 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,6 @@ import frappe
from erpnext.setup.doctype.company.company import install_country_fixtures
def execute():
frappe.reload_doc('regional', 'report', 'fichier_des_ecritures_comptables_[fec]')
for d in frappe.get_all('Company', filters = {'country': 'France'}):
install_country_fixtures(d.name)

View File

@ -6,7 +6,6 @@ import frappe
from frappe.utils import format_datetime
from frappe import _
def execute(filters=None):
account_details = {}
for acc in frappe.db.sql("""select name, is_group from tabAccount""", as_dict=1):