diff --git a/quote.php b/quote.php index 816ea672..7b34f0db 100644 --- a/quote.php +++ b/quote.php @@ -108,6 +108,13 @@ if (isset($_GET['quote_id'])) { $json_products = json_encode($products); } + // Attachments + // Get Ticket Attachments + $sql_quote_attachments = mysqli_query( + $mysqli, + "SELECT * FROM quote_attachments WHERE quote_attachments.quote_attachment_quote_id = $quote_id" + ); + ?>