[fix] ficher_des_ecritures patch
This commit is contained in:
parent
fb2f97391f
commit
29bc14d242
@ -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)
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user