fix: letter head for quality inspection
(cherry picked from commit cdd41373b6)
This commit is contained in:
committed by
Mergify
parent
f8839957da
commit
c289fef3b5
@@ -34,7 +34,9 @@
|
||||
"verified_by",
|
||||
"column_break_17",
|
||||
"remarks",
|
||||
"amended_from"
|
||||
"amended_from",
|
||||
"print_settings_section",
|
||||
"letter_head"
|
||||
],
|
||||
"fields": [
|
||||
{
|
||||
@@ -255,6 +257,20 @@
|
||||
"fieldtype": "Link",
|
||||
"label": "Company",
|
||||
"options": "Company"
|
||||
},
|
||||
{
|
||||
"fieldname": "print_settings_section",
|
||||
"fieldtype": "Section Break",
|
||||
"label": "Print Settings"
|
||||
},
|
||||
{
|
||||
"allow_on_submit": 1,
|
||||
"fetch_from": "company.default_letter_head",
|
||||
"fetch_if_empty": 1,
|
||||
"fieldname": "letter_head",
|
||||
"fieldtype": "Link",
|
||||
"label": "Letter Head",
|
||||
"options": "Letter Head"
|
||||
}
|
||||
],
|
||||
"icon": "fa fa-search",
|
||||
@@ -262,7 +278,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
"modified": "2025-01-16 17:00:48.774532",
|
||||
"modified": "2025-02-17 13:20:17.583094",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Quality Inspection",
|
||||
|
||||
@@ -37,6 +37,7 @@ class QualityInspection(Document):
|
||||
item_code: DF.Link
|
||||
item_name: DF.Data | None
|
||||
item_serial_no: DF.Link | None
|
||||
letter_head: DF.Link | None
|
||||
manual_inspection: DF.Check
|
||||
naming_series: DF.Literal["MAT-QA-.YYYY.-"]
|
||||
quality_inspection_template: DF.Link | None
|
||||
|
||||
Reference in New Issue
Block a user