mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
fix: Clear messages during setup fixtures
This commit is contained in:
@@ -363,7 +363,12 @@ def add_sale_stages():
|
||||
def install_company(args):
|
||||
records = [
|
||||
# Fiscal Year
|
||||
{ "doctype": "Fiscal Year", 'year': get_fy_details(args.fy_start_date, args.fy_end_date), 'year_start_date': args.fy_start_date, 'year_end_date': args.fy_end_date },
|
||||
{
|
||||
'doctype': "Fiscal Year",
|
||||
'year': get_fy_details(args.fy_start_date, args.fy_end_date),
|
||||
'year_start_date': args.fy_start_date,
|
||||
'year_end_date': args.fy_end_date
|
||||
},
|
||||
|
||||
# Company
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user