mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fix: only fetch enabled letterheads
This commit is contained in:
@@ -15,6 +15,7 @@ def execute():
|
||||
"Letter Head",
|
||||
{
|
||||
"is_default": 1,
|
||||
"disabled": 0,
|
||||
"letter_head_for": letter_head_for,
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user