From 2c47001b198cf5c222e33b428a0ec189ff0412ac Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 1 Mar 2026 22:02:43 -0500 Subject: [PATCH] Quote: Add missing CSRF checks and missing permission on export quote pdf --- agent/modals/quote/quote_add.php | 1 + agent/modals/quote/quote_copy.php | 1 + agent/modals/quote/quote_edit.php | 1 + agent/modals/quote/quote_export.php | 1 + agent/modals/quote/quote_note.php | 1 + agent/modals/quote/quote_to_invoice.php | 1 + agent/post/quote.php | 32 +++++++++++++++++++++++++ agent/quote.php | 19 ++++++++------- agent/quotes.php | 4 ++-- 9 files changed, 50 insertions(+), 11 deletions(-) diff --git a/agent/modals/quote/quote_add.php b/agent/modals/quote/quote_add.php index ad3f0d3a..3d47bbe7 100644 --- a/agent/modals/quote/quote_add.php +++ b/agent/modals/quote/quote_add.php @@ -14,6 +14,7 @@ ob_start();
+ + + + +