feat: default print format for Quotation

This commit is contained in:
khushi8112
2026-03-18 13:05:20 +05:30
parent cd5b0ea5fd
commit 4307cd5b1c
9 changed files with 102 additions and 1 deletions

View File

@@ -4439,6 +4439,7 @@ def update_doc_company_address(current_doctype, docname, company_address, detail
"Sales Invoice": ("company_address", "company_address_display"),
"Delivery Note": ("company_address", "company_address_display"),
"POS Invoice": ("company_address", "company_address_display"),
"Quotation": ("company_address", "company_address_display"),
"Request for Quotation": ("shipping_address", "shipping_address_display"),
}