Fixed Issue where if server had an IP client PDF Export would not work #395

This commit is contained in:
johnnyq 2022-05-05 10:55:04 -04:00
parent 18c7c1c9a5
commit 42f98479e7
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
<div class="tab-content">
<div class="tab-pane fade show active" id="pillsRelatedAssets<?php echo $contact_id; ?>">
<ul>
<?php

View File

@ -8061,7 +8061,7 @@ if(isset($_GET['export_client_pdf'])){
text: <?php echo json_encode($asset_os); ?>,
style: 'item'
},
{
text: <?php echo json_encode($asset_ip); ?>,
style: 'item'
},