mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +00:00
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