mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 13:03:02 +00:00
feat: default print format for Quotation
(cherry picked from commit 4307cd5b1c)
# Conflicts:
# erpnext/controllers/accounts_controller.py
# erpnext/public/js/print.js
# erpnext/setup/install.py
This commit is contained in:
@@ -310,6 +310,11 @@ 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",
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
"Quotation": "Quotation with Item Image",
|
||||
"Request for Quotation": "Request for Quotation with Item Image",
|
||||
>>>>>>> 4307cd5b1c (feat: default print format for Quotation)
|
||||
}
|
||||
|
||||
for doctype, print_format in default_map.items():
|
||||
|
||||
Reference in New Issue
Block a user