mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 19:54:51 +00:00
Fixed Issue where if server had an IP client PDF Export would not work #395
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
<div class="tab-pane fade show active" id="pillsRelatedAssets<?php echo $contact_id; ?>">
|
<div class="tab-pane fade show active" id="pillsRelatedAssets<?php echo $contact_id; ?>">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
2
post.php
2
post.php
@@ -8061,7 +8061,7 @@ if(isset($_GET['export_client_pdf'])){
|
|||||||
text: <?php echo json_encode($asset_os); ?>,
|
text: <?php echo json_encode($asset_os); ?>,
|
||||||
style: 'item'
|
style: 'item'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
text: <?php echo json_encode($asset_ip); ?>,
|
text: <?php echo json_encode($asset_ip); ?>,
|
||||||
style: 'item'
|
style: 'item'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user