Switched from mPDF to pdfmake, Updated pdfmake, still need to port over the guest pdf and quote

This commit is contained in:
johnny@pittpc.com
2021-02-10 23:26:40 -05:00
parent 92ab9debdd
commit 81f07a5eff
513 changed files with 19635 additions and 113615 deletions

View File

@@ -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']);