Started working on a asset details page similar to contact details

This commit is contained in:
johnnyq
2023-09-19 17:18:38 -04:00
parent f897705135
commit 5f779c33a2
2 changed files with 502 additions and 0 deletions

View File

@@ -1580,6 +1580,7 @@ if (isset($_POST['export_client_pdf'])) {
};
//pdfMake.createPdf(docDefinition).download('<?php echo strtoAZaz09($client_name); ?>-IT_Documentation-<?php echo date('Y-m-d'); ?>');
pdfMake.createPdf(docDefinition).download('<?php echo strtoAZaz09($client_name); ?>-IT_Documentation-<?php echo date('Y-m-d'); ?>');
</script>