broken link updates

This commit is contained in:
johnnyq
2025-07-30 20:59:20 -04:00
parent 8e87c25de1
commit 905908bcf1
38 changed files with 103 additions and 287 deletions

View File

@@ -564,7 +564,7 @@ if (isset($_GET['export_document'])) {
$client_id = intval($row['document_client_id']);
// Include the TCPDF class
require_once('plugins/TCPDF/tcpdf.php');
require_once('../plugins/TCPDF/tcpdf.php');
$pdf = new TCPDF();