fix: update print heading doctype
This commit is contained in:
parent
c4d95108bd
commit
8d47138504
2 changed files with 10 additions and 3 deletions
|
|
@ -37,10 +37,11 @@
|
|||
"icon": "fa fa-font",
|
||||
"idx": 1,
|
||||
"links": [],
|
||||
"modified": "2024-03-23 16:03:35.269553",
|
||||
"modified": "2025-06-26 05:40:55.559700",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Printing",
|
||||
"name": "Print Heading",
|
||||
"naming_rule": "By fieldname",
|
||||
"owner": "Administrator",
|
||||
"permissions": [
|
||||
{
|
||||
|
|
@ -56,12 +57,13 @@
|
|||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "All"
|
||||
"role": "Desk User"
|
||||
}
|
||||
],
|
||||
"quick_entry": 1,
|
||||
"row_format": "Dynamic",
|
||||
"search_fields": "print_heading",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
5
frappe/printing/doctype/print_heading/test_records.json
Normal file
5
frappe/printing/doctype/print_heading/test_records.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[
|
||||
{
|
||||
"print_heading": "_Test Print Heading"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue