mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 05:00:55 -04:00
Working on purchase order PDFs
This commit is contained in:
parent
05192c9f87
commit
ecdffcae14
2
app/Jobs/Vendor/CreatePurchaseOrderPdf.php
vendored
2
app/Jobs/Vendor/CreatePurchaseOrderPdf.php
vendored
@ -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…
x
Reference in New Issue
Block a user