From 99cd29d88f876702afa2d6f43bf12beb38ba8920 Mon Sep 17 00:00:00 2001 From: Roxxane Date: Mon, 9 Feb 2026 22:25:11 +0800 Subject: [PATCH] fix(stock): remove hardcoded letter_head from report The 'Incorrect Serial and Batch Bundle' report had a hardcoded letter_head value of 'Test', preventing users from deleting a Letter Head named 'Test' due to link check. Standard reports should not reference specific Letter Head names. Fixes #52569 --- .../incorrect_serial_and_batch_bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.json b/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.json index 11e6e4ea3d4..0833ab5eb3a 100644 --- a/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.json +++ b/erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.json @@ -9,7 +9,7 @@ "idx": 0, "is_standard": "Yes", "json": "{}", - "letter_head": "Test", + "letter_head": null, "letterhead": null, "modified": "2025-02-03 15:39:47.613040", "modified_by": "Administrator",