From da41057cd6494fb180e9f3f7d89949e0f2dcb18e Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Tue, 24 Mar 2026 13:03:24 +0530 Subject: [PATCH] fix: add quotation print format in the list --- erpnext/public/js/print.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/erpnext/public/js/print.js b/erpnext/public/js/print.js index 34472112ea0..8e775feab96 100644 --- a/erpnext/public/js/print.js +++ b/erpnext/public/js/print.js @@ -21,6 +21,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"];