fixed issue where invoice could not be downloaded by the guest

This commit is contained in:
johnny@pittpc.com 2021-02-15 22:55:58 -05:00
parent 234442e458
commit 9375a72300
1 changed files with 5 additions and 5 deletions

View File

@ -494,7 +494,11 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
</div>
</div>
<script src='plugins/pdfmake/pdfmake.js'></script>
<?php
}
?>
<script src='plugins/pdfmake/pdfmake.js'></script>
<script src='plugins/pdfmake/vfs_fonts.js'></script>
<script>
@ -896,10 +900,6 @@ if(isset($_GET['invoice_id'], $_GET['url_key'])){
</script>
<?php
}
?>
<?php