mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-08 17:35:08 +00:00
fix: add quotation print format in the list
(cherry picked from commit da41057cd6)
This commit is contained in:
@@ -24,6 +24,9 @@ const allowed_print_formats = [
|
||||
"Purchase Invoice with Item Image",
|
||||
"POS Invoice Standard",
|
||||
"POS Invoice with Item Image",
|
||||
"Quotation Standard",
|
||||
"Quotation with Item Image",
|
||||
"Request for Quotation with Item Image",
|
||||
];
|
||||
const allowed_letterheads = ["Company Letterhead", "Company Letterhead - Grey"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user