mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Switched from mPDF to pdfmake, Updated pdfmake, still need to port over the guest pdf and quote
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
include("config.php");
|
||||
include("functions.php");
|
||||
|
||||
$mpdf_path = (getenv('MPDF_ROOT')) ? getenv('MPDF_ROOT') : __DIR__;
|
||||
require_once $mpdf_path . '/vendor/autoload.php';
|
||||
|
||||
if(isset($_GET['pdf_invoice'], $_GET['url_key'])){
|
||||
|
||||
$invoice_id = intval($_GET['pdf_invoice']);
|
||||
|
||||
Reference in New Issue
Block a user