fix: add quotation print format in the list

(cherry picked from commit da41057cd6)
This commit is contained in:
khushi8112
2026-03-24 13:03:24 +05:30
committed by Mergify
parent f5a9657a91
commit bb77018f7b

View File

@@ -24,6 +24,9 @@ const allowed_print_formats = [
"Purchase Invoice with Item Image", "Purchase Invoice with Item Image",
"POS Invoice Standard", "POS Invoice Standard",
"POS Invoice with Item Image", "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"]; const allowed_letterheads = ["Company Letterhead", "Company Letterhead - Grey"];