mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 15:47:06 +00:00
Merge pull request #53646 from khushi8112/default-print-format-for-rfq
feat: default print format for Request for Quotation
This commit is contained in:
@@ -310,6 +310,7 @@ def set_default_print_formats():
|
||||
"Purchase Order": "Purchase Order with Item Image",
|
||||
"Purchase Invoice": "Purchase Invoice with Item Image",
|
||||
"POS Invoice": "POS Invoice with Item Image",
|
||||
"Request for Quotation": "Request for Quotation with Item Image",
|
||||
}
|
||||
|
||||
for doctype, print_format in default_map.items():
|
||||
|
||||
Reference in New Issue
Block a user