From bb77018f7b0e96886c5252dbfd73f563c97eb3c1 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 (cherry picked from commit da41057cd6494fb180e9f3f7d89949e0f2dcb18e) --- 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 080e1a70866..b853b27f023 100644 --- a/erpnext/public/js/print.js +++ b/erpnext/public/js/print.js @@ -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"];