mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 05:44:52 +00:00
fixed issue where invoice could not be downloaded by the guest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user