Working on purchase order PDFs
This commit is contained in:
parent
05192c9f87
commit
ecdffcae14
|
|
@ -70,8 +70,6 @@ class CreatePurchaseOrderPdf implements ShouldQueue
|
|||
|
||||
$this->entity = $invitation->purchase_order;
|
||||
|
||||
$this->contact = $invitation->contact;
|
||||
|
||||
$this->vendor = $invitation->contact->vendor;
|
||||
|
||||
$this->disk = $disk ?? config('filesystems.default');
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ use App\Models\PurchaseOrderInvitation;
|
|||
use App\Models\QuoteInvitation;
|
||||
use App\Models\RecurringInvoiceInvitation;
|
||||
use App\Services\Pdf\PdfConfiguration;
|
||||
use App\Services\Pdf\PdfDesigner;
|
||||
use App\Utils\HostedPDF\NinjaPdf;
|
||||
use App\Utils\HtmlEngine;
|
||||
use App\Utils\PhantomJS\Phantom;
|
||||
|
|
|
|||
Loading…
Reference in New Issue