feat: default print format for Request for Quotation

This commit is contained in:
khushi8112
2026-03-18 15:26:57 +05:30
parent 75ce885684
commit 2af0d9cf6c
7 changed files with 70 additions and 4 deletions

View File

@@ -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():