From b21acec7116579ece48e2642fd5f9bbaf1bbf7c4 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Mon, 23 Feb 2026 18:52:08 +0530 Subject: [PATCH] test: debugging the issue (cherry picked from commit 570f574758cc14151034cfb1a5a6d9066447930a) --- erpnext/setup/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index 3337ec63252..e7740d253df 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py @@ -345,7 +345,7 @@ def create_letter_head(): "letter_head_name": name, "source": "HTML", "content": content, - "is_default": 1 if name == "Company Letterhead - Grey" else 0, + "is_default": 1 if name == "Company Letterhead" else 0, } ) doc.insert(ignore_permissions=True)