Skip to content

Commit 1d444e5

Browse files
Roxxanemergify[bot]
authored andcommitted
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 (cherry picked from commit 99cd29d)
1 parent 3bf9aff commit 1d444e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erpnext/stock/report/incorrect_serial_and_batch_bundle/incorrect_serial_and_batch_bundle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"idx": 0,
1010
"is_standard": "Yes",
1111
"json": "{}",
12-
"letter_head": "Test",
12+
"letter_head": null,
1313
"letterhead": null,
1414
"modified": "2025-02-03 15:39:47.613040",
1515
"modified_by": "Administrator",

0 commit comments

Comments
 (0)